CEGM1000 MUDE, Machine Learning, Week 2.6.
You can access this assignment with the following link: classroom.github.com/a/4eqqszSo.
This week the programming assignment takes a dataset and splits it into a training, validation and testing set. This is an essential part of working with machine learning models.
The PA also covers random number generation and implementation of assert
statements (review).
There are three files:
README.md
PA_2_6_3_way_split.ipynb
data.csv
environment.yml
an environment file for Week 2.6Complete the notebook.
An environment file is also included in this PA. You can get ready for the workshop on Wednesday by setting up a conda environment:
conda env create -f environment.yml
If you are still unsure how to set up and use environments, please visit question hours!
You will pass this PA if:
PA_2_6_3_way_split.ipynb
runs without errors.End of file.
By MUDE Team © 2024 TU Delft. CC BY 4.0. doi: 10.5281/zenodo.16782515.