Assignment - 1 (Pandas and Scikit-Learn)
Due Date: 09/18/2024
Download
Assignment 1 released on Pandas and Scikit-Learn. Here is the notebook and the dataset.
Special Note for Colab Users
If you are doing this homework on Colab, you will have to take these 3 extra steps:
- copy this zipped test folder to your Colab local storage
- Add a python code cell to unzip it with
!unzip hw1_tests.zip
. You only have to run this cell once, so just comment it out after you unzipped the folder. - Add another code cell with
!pip install otter-grader
The last grader.export
cell will give you an error, but you should be able to
simply run all cell (except that last one) download your notebook from Colab
and submit the .ipynb
directly to Gradescope.
Good luck! And reach out on Piazza with any questions or issues.