- Download/Install Anaconda (if needed)
- Start up and navigate
jupyter lab - Read, slice, and filter data with
pandas - Explore data with
pandasandmatplotlib
- 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
- Linear Regression reminder video
- Getting started with
scikit-learnregression (You probably don't need to install anything withpip.) - More about
scikit-learn
- 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
- Construct data sets
- Tune parameters to achieve different fits
- Gain confidence in models through cross validation/Monte Carlo validation
- Discuss other models that fit into the
scikit-learnframework