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 model
- Evaluate the fit of the model 
Resources¶
- Getting started with - scikit-learnregression (You probably don’t need to install anything with- pip.)
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 model
- Evaluate the fit of the model 
