Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 데이터분석
- 프로그래머스
- 주식
- 실기
- PolynomialFeatures
- docker
- backtest
- ADP
- 백테스트
- 비트코인
- Python
- randomforest
- 코딩테스트
- Quant
- SQL
- 파이썬
- hackerrank
- Programmers
- 파이썬 주식
- sarima
- 변동성돌파전략
- 볼린저밴드
- lstm
- 파트5
- 데이터분석전문가
- 토익스피킹
- TimeSeries
- GridSearchCV
- 빅데이터분석기사
- Crawling
Archives
- Today
- Total
목록다중클래스 (1)
데이터 공부를 기록하는 공간

kaggle > forest cover type 1. 데이터 임포트 import pandas as pd import numpy as np import matplotlib.pyplot as plt import seaborn as sns import warnings warnings.filterwarnings('ignore') train = pd.read_csv("./forest-cover-type-prediction/train.csv") test = pd.read_csv("./forest-cover-type-prediction/test.csv") print(train.shape, test.shape) train = pd.read_csv("./forest-cover-type-prediction/train.cs..
STUDY/ADP, 빅데이터분석기사
2021. 3. 19. 23:17