Detailed Schedule#
Day 01: Exploring data with pandas#
Today, we will:#
Download/Install Anaconda (if needed)
Start up and navigate
jupyter labRead, slice, and filter data with
pandasExplore data with
pandas,matplotlib, andseaborn
Materials#
Resources#
Day 02: Using KNN to classify objects with scikit-learn and pandas#
Today, we will:#
Read in data
Explore and clean data
Discuss and plan a classification problem
Use
scikit-learnto build a classification modelEvaluate the fit of the model
Materials#
Resources#
Day 03: Performing Regression with scikit-learn#
Today, we will:#
Read in data
Explore and clean data
Discuss and plan a regression problem
Use
scikit-learnto build a regression modelEvaluate the fit of the model
Materials#
Resources#
Day 04: Modeling Project#
Today, we will:#
Read in data
Explore and clean data
Discuss and plan a modeling problem
Use
scikit-learnto build a modelEvaluate the fit of the model