This Lab is due Friday, Feb 14, 2025 at 11:59PM.
The goal of this lab to expand on your familarity with a standard machine learning pipeline. You’ll explore a weather prediction data set. Then, you’ll implement a function for fitting a classification model of your choosing on this dataset. By completing the lab, you will demonstrate that you understand
Lab3.pdf
: This fileLab3.ipynb
: Code scaffold for the labLeaderboard.py
: Code scaffold that you will need for
the leaderboardLab3_train.csv
: Training examples with labelsLab3_valid.csv
: Validation examples with labelsGood luck :)