본문 바로가기

Machine Learning/모델 튜닝(Model Tuning)

(4)
Model Tuning - Stacking : 실전 적용 https://steadiness-193.tistory.com/294 Model Tuning - Stacking (스태킹_CV 기반) https://steadiness-193.tistory.com/286 Validation - KFold www.kaggle.com/c/titanic/data Titanic: Machine Learning from Disaster Start here! Predict survival on the Titanic and get familiar with ML b.. steadiness-193.tistory.com 위 포스팅에선 train_test_split을 이용해서 라벨 후처리와 점수 측정까지 동시에 해보았다. 그러나 실제 대회에선 저렇게 나누지 않고 진행한다. 이번에도 익숙한 ..
Model Tuning - Stacking (스태킹_CV 기반) https://steadiness-193.tistory.com/286 Validation - KFold www.kaggle.com/c/titanic/data Titanic: Machine Learning from Disaster Start here! Predict survival on the Titanic and get familiar with ML basics www.kaggle.com 캐글의 타이타닉으로 연습한다. 전처리.. steadiness-193.tistory.com 위 포스팅에서 전처리 완료한 데이터를 이용하되, 위 포스팅에선 일부 행을 삭제했지만 지금은 그대로 다 이용한다. 임시로 정답지가 있는 tmp_x_test와 tmp_y_test 데이터셋을 분리하고 StratifiedKFold를 불러두..
Model Tuning - Label Postprocessing : 실전 적용 https://steadiness-193.tistory.com/291 Validation - Label Postprocessing (라벨 후처리) https://steadiness-193.tistory.com/286 Validation - KFold www.kaggle.com/c/titanic/data Titanic: Machine Learning from Disaster Start here! Predict survival on the Titanic and get familiar with ML b.. steadiness-193.tistory.com 위 포스팅에선 train_test_split을 이용해서 라벨 후처리와 점수 측정까지 동시에 해보았다. 그러나 실제 대회에선 저렇게 나누지 않고 진행한다. 라벨..
Model Tuning - Label Postprocessing (라벨 후처리) https://steadiness-193.tistory.com/286 Validation - KFold www.kaggle.com/c/titanic/data Titanic: Machine Learning from Disaster Start here! Predict survival on the Titanic and get familiar with ML basics www.kaggle.com 캐글의 타이타닉으로 연습한다. 전처리.. steadiness-193.tistory.com 위 포스팅에서 전처리 완료한 데이터를 이용하되, 위 포스팅에선 일부 행을 삭제했지만 지금은 그대로 다 이용한다. 임시로 정답지가 있는 tmp_x_test와 tmp_y_test 데이터셋을 분리해두자 점수 측정은 f1 score를 이용..