Chapter 4. Classifying Data with scikit-learn

This chapter will cover the following topics:

  • Doing basic classifications with Decision Trees
  • Tuning a Decision Tree model
  • Using many Decisions Trees – random forests
  • Tuning a random forest model
  • Classifying data with support vector machines
  • Generalizing with multiclass classification
  • Using LDA for classification
  • Working with QDA – a nonlinear LDA
  • Using Stochastic Gradient Descent for classification
  • Classifying documents with Naïve Bayes
  • Label propagation with semi-supervised learning

Introduction

Classification can be very important in a lot of contexts. For example, if we want to automate some decision-making process, we can utilize classification. In cases where we need to investigate a fraud, there are so many ...

Get scikit-learn : Machine Learning Simplified now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.