Homework 8¶
Overview¶
Submit a Jupyter notebook on Canvas exploring the dataset (or one of the datasets) for your project using pandas or scikit-learn/Keras or Altair. (Those correspond to 3 of the rubric items for the final project. You should just focus on one of these three rubric items for this homework, although of course it’s fine to also use other libraries as well.)
Getting full points on this homework means we estimate you would get full 4/4 points for this rubric item.
Details¶
Here are more details about this homework.
Overall goal: explore the dataset for your project using pandas or scikit-learn/Keras or Altair.
Each student should submit their own assignment.
State at the top which rubric item you are focusing on in this homework: pandas or scikit-learn/Keras or Altair.
Include a link to the dataset. (If the dataset is not public, you can put it on GitHub or Google Drive and share a link. You don’t need to upload the dataset.)
Include MarkDown cells to help the reader understand what you’re doing.
Reference everything, just like you will on the final project. Ask on Ed Discussion if you’re not sure whether to reference something.
This homework submission should be a
.ipynb
file, unlike the final project which will be a Streamlit app.Make sure to include the output cells in the submission. That way we can tell what you did without downloading the dataset ourselves. (The output cells should be included automatically; you don’t need to do anything special to include them.)