- Python Machine Learning Cookbook(Second Edition)
- Giuseppe Ciaburro Prateek Joshi
- 53字
- 2021-06-24 15:40:55
Predictive Modeling
In this chapter, we will cover the following recipes:
- Building a linear classifier using support vector machines (SVMs)
- Building a nonlinear classifier using SVMs
- Tackling class imbalance
- Extracting confidence measurements
- Finding optimal hyperparameters
- Building an event predictor
- Estimating traffic
- Simplifying a machine learning workflow using TensorFlow
- Implementing the stacking method