This tutorial covers the following concepts:
- How to download toy datasets from sklearn (Boston housing)
- How to use the sklearn API (
fit()
,transform()
andpredict()
methods) - How to do data-preprocessing with sklearn
- How to train a linear regression model and evaluate it (R2 score)
- How to use gradient boosting
- How to use the
Pipeline
andFeatureUnion
classes - How to create a custom transformer
- How to create a custom regressor
Leave a Reply