Public vs Private leaderboard

การแข่งขัน Kaggle ด้วย Python

Yauhen Babakhin

Kaggle Grandmaster

เมตริกการแข่งขัน

เมตริกการประเมิน ประเภทปัญหา
Area Under the ROC (AUC) Classification
F1 Score (F1) Classification
Mean Log Loss (LogLoss) Classification
Mean Absolute Error (MAE) Regression
Mean Squared Error (MSE) Regression
Mean Average Precision at K (MAPK, MAP@K) Ranking
การแข่งขัน Kaggle ด้วย Python

การแบ่งชุดทดสอบ

 

การแบ่งชุดทดสอบเป็นส่วน public และ private

การแข่งขัน Kaggle ด้วย Python

Leaderboard

# Write a submission file to the disk
submission[['id', 'target']].to_csv('submission_1.csv', index=False)

 

Submission Public LB MSE Private LB MSE
submission_1.csv 2.895 ?
การแข่งขัน Kaggle ด้วย Python

Overfitting

ตัวอย่าง overfitting

การแข่งขัน Kaggle ด้วย Python

Overfitting

ตัวอย่าง overfitting

การแข่งขัน Kaggle ด้วย Python

Overfitting

ตัวอย่าง overfitting พร้อม Public และ Private leaderboard

การแข่งขัน Kaggle ด้วย Python

Public vs Private leaderboard shake-up

ตัวอย่าง shake-up ขนาดเล็ก

ตัวอย่าง shake-up ขนาดใหญ่

การแข่งขัน Kaggle ด้วย Python

มาฝึกกันเถอะ!

การแข่งขัน Kaggle ด้วย Python

Preparing Video For Download...