DataTalksClub / machine-learning-zoomcamp

Learn ML engineering for free in 4 months!
9.58k stars 2.26k forks source link

Timecodes for "ML Zoomcamp 4.7 - Cross-Validation" #187

Closed alexeygrigorev closed 2 years ago

alexeygrigorev commented 2 years ago

Youtube video: https://www.youtube.com/watch?v=BIIZaVtUbf4

de-Ann-Hickey commented 2 years ago

0:00 Intro 0:22 K-fold cross validation 03:10 Create a train function 04:35 Create a predict function 05:22 Create the Kfold object 06:29 Using the kfold.split() method 07:55 Train a model for each fold and calculate roc_auc_score 09:44 Using the tqdm library 11:18 Parameter tuning 14:49 Train final model 16:27 When to use cross validation

amitfrancis commented 2 years ago

Updated timecodes. Thank you!