-
[필사 실패] Home Credit Default Risk머신러닝/캐글 2021. 10. 31. 21:23
실패 이유 : XGBoost 가 메모리 사용?이 많아서 그런지 오래걸림
나중에 도전해보기
Home Credit Default Risk 참고자료 : https://www.kaggle.com/eliotbarr/stacking-test-sklearn-xgboost-catboost-lightgbm
----------------------------------------------------------------
from sklearn.cross_validation import KFold 을
from sklearn.model_selection import KFold 으로 바꿔서 입력XGBoost 파라미터 silent 관련 오류가 나면,
xgb.set_config(verbosity=0)
코드 입력
참고자료 :
https://stackoverflow.com/questions/66293635/warning-about-parameters-in-xgboost-function-in-python'머신러닝 > 캐글' 카테고리의 다른 글
중고차 가격 예측 모델 (0) 2021.11.01 [필사] Costa Rican Household Poverty Level Prediction (0) 2021.10.31 [필사] Porto Seguro Exploratory Analysis and Prediction - 아직 완성 못함 (0) 2021.10.31 Porto Seguro’s Safe Driver Prediction (0) 2021.10.30 Korea: Data Analysis Based on Income (0) 2021.10.30