Detailed Schedule
Contents
Detailed Schedule¶
Day 1 - Introduction to Jupyter Notebooks, Working with Data¶
Day 2 - Building a Regression Model¶
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
Resources¶
Getting started with
scikit-learnregression (You probably don’t need to install anything withpip.)
Day 3 - Building a Classification Model¶
Today, we will:¶
Read in data
Explore, clean, and transform data
Discuss and plan a classification problem
Use
scikit-learnto build a classification modelEvaluate the fit of the model