ML 1 Lecture 2
ML 1 Lecture 2
• Holdout Validation:
• Description: The dataset is split into two parts - a training set and a
validation (or test) set.
• Procedure:
• Train the model on the training set.
• Evaluate the model on the validation set.
• Example:
• Splitting the dataset into 80% for training and 20% for validation.
May 15, 2024 CSE602 - Machine Learning I - Dr. Tariq Mahmood 6
Hold-Out Validation
• https://www.w3schools.com/python/python_ml_cross_validation.as
p