This Lab is due Sunday, Sep 28, 2025 at 11:59PM.
The goal of this lab to expand on your familiarity 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
Lab4.pdf
: This fileLab4.ipynb
: Code scaffold for the labLeaderboard.py
: Code scaffold that you will need for
the leaderboardLab4_train.csv
: Training examples with labelsLab4_valid.csv
: Validation examples with labelsGood luck :)