COM6018 Data Science with Python
Obtaining the Jupyter Notebook
If you have cloned and pulled the module's GitHub repository, then you should see,
materials/labs/
├── 080_curve_fitting_with_scikit_learn.ipynb
├── data
│ ├── co2.csv
│ └── ... etc.
The lab is 080_curve_fitting_with_scikit_learn.ipynb and it will need the data file data/co2.csv.
Alternatively, you can download the notebook and data via links on Blackboard.