본문 바로가기

No Story, No Ecstasy

검색하기
No Story, No Ecstasy
프로필사진 heave_17

  • 분류 전체보기 (71)
    • Book Series (10)
    • Data Science Series (27)
    • Frontend Series (13)
    • Micro Service Series (1)
    • Versus (vs) Series (2)
    • Team Series (4)
    • Shallow Series (13)
    • Etc. (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • frontend
  • r
  • ADP
  • 프론트엔드
  • 최적화
  • 대감집
  • LDA
  • React
  • 심층신경망
  • 파이썬
  • 구글
  • TooBigToInnovate
  • Kaggle
  • 빅쿼리
  • 쿠버네티스
  • 리액트
  • DBSCAN
  • do it
  • ADP 실기
  • Kubernetes
  • 차원 축소
  • bigquery
  • docker
  • 클러스터링
  • 대감집 체험기
  • 캐글
  • python
  • Machine Learning
  • 타입스크립트
  • 머신러닝
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록intermediate (1)

No Story, No Ecstasy

[Kaggle Intermediate Machine Learning] Python basic code

1. 기초 import pandas as pd import numpy as np from sklearn.model_selection import train_test_split # Read the data X_full = pd.read_csv('../input/train.csv', index_col='Id') X_test_full = pd.read_csv('../input/test.csv', index_col='Id') # Remove rows with missing target, separate target from predictors X_full.dropna(axis=0, subset=['SalePrice'], inplace=True) y = X_full.SalePrice X_full.drop(['Sa..

Data Science Series 2021. 4. 28. 21:52
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바