A Tour of Machine Learning Classifiers Using Scikit-Learn
Saved in:
| Published in | Python Machine Learning p. 1 |
|---|---|
| Main Authors | , |
| Format | Book Chapter |
| Language | English |
| Published |
United Kingdom
Packt Publishing
2019
Packt Publishing, Limited |
| Edition | 3rd Edition |
| Subjects | |
| Online Access | Get full text |
| ISBN | 9781789955750 1789955750 |
Cover
Table of Contents:
- 3.1 Choosing a Classification Algorithm 3.2 First Steps with Scikit-Learn - Training a Perceptron 3.3 Modeling Class Probabilities via Logistic Regression 3.4 Maximum Margin Classification with Support Vector Machines 3.5 Solving Nonlinear Problems Using a Kernel SVM 3.6 Decision Tree Learning 3.7 K-Nearest Neighbors - A Lazy Learning Algorithm 3.8 Summary