Chapter 5. Learning from Data
In this chapter, we will cover the following recipes:
- Predicting continuous values using linear regression
- Binary classification using LogisticRegression and SVM
- Binary classification using LogisticRegression with the Pipeline API
- Clustering using K-means
- Feature reduction using principal component analysis