all_data.drop([" Timestamp"], axis=1, inplace=True)
'개발 > ML+ Data Science' 카테고리의 다른 글
Kmeans: '(slice(None, None, None), slice(None, None, None))' is an invalid key (0) | 2019.09.28 |
---|---|
머신러닝 튜토리얼 추천사이트 (0) | 2019.09.28 |
Pandas DataFrame에서 원하는 dtype컬럼만 가져오기 (0) | 2019.09.28 |
Boosting 기법 이해 (xgboost, lightGBM) (0) | 2019.09.27 |
dimention reduction vs feature selection (차원축소 vs 특징추출) (0) | 2019.09.25 |