This lab is due Friday, September 5, 2025 at 11:59PM.
For this lab, you should submit your own work. You may and should discuss how to do things with those around you, but part of the point of this lab is to ensure we have a shared foundation.
The purpose of this lab is to (re)introduce you to running Python notebooks with some of the libraries we will use throughout the semester. You will practice loading and analyzing data. By completing this lab, you will demonstrate that you understand:
Lab1.ipynb
: Python notebook with some introductory
tutorialsFall_2024_MBTA_Rail_Ridership.csv
: Data for
explorationReminder, you can start Jupyter (from Terminal or Minforge Prompt):
conda activate ml
jupyter lab
This should load the python environment for this class and then
jupyter lab
will open up your browser to Jupyter lab with
the contents of the current directory. If your browser does not open
automatically, visit localhost:8888.
Make sure you are in the correct folder!
Upload the following files to Gradescope (with the output of your code cells saved):
Lab1.ipynb