[PYTHON] [Translation] scikit-learn 0.18 Tutorial Choosing the Right Model

Google translated http://scikit-learn.org/0.18/tutorial/machine_learning_map/index.html Tutorial Table of Contents / Previous Tutorial


Choosing the right estimator

Often, the hardest part of solving a machine learning problem is finding the right estimator for the job. Different estimators are suitable for different types of data and problems. The flow chart below is intended to provide the user with a rough guide on which estimator to try the data with. Click the quote in the figure below to see the document. You can't click

scikit-learn algorithm cheat sheet

start

--Are there more than 50 samples? --NO → Let's collect more data

Classification

--Is the sample less than 100,000?

Clustering

――Do you know how many categories there are?

Regression

--Is the sample less than 100,000? --no → Regression of stochastic gradient descent

Dimensionality reduction


Tutorial Table of Contents / Next Tutorial

© 2010 --2016, scikit-learn developers (BSD license).

Recommended Posts

[Translation] scikit-learn 0.18 Tutorial Choosing the Right Model
[Translation] scikit-learn 0.18 Tutorial Text data manipulation
[Translation] scikit-learn 0.18 Tutorial Table of Contents
[Translation] scikit-learn 0.18 User Guide 3.4. Model persistence
Let's tune the model hyperparameters with scikit-learn!
[Translation] scikit-learn 0.18 User Guide 3.5. Verification curve: Plot the score to evaluate the model
[Translation] hyperopt tutorial
[Translation] scikit-learn 0.18 Tutorial Statistical learning tutorial for scientific data processing Unsupervised learning: Finding the representation of data
[Translation] scikit-learn 0.18 tutorial Statistical learning tutorial for scientific data processing
[Translation] NumPy Official Tutorial "NumPy: the absolute basics for beginners"
How to visualize the decision tree model of scikit-learn
[Translation] scikit-learn 0.18 User Guide 4.8. Convert the prediction target (y)
[Translation] scikit-learn 0.18 Tutorial Statistical learning tutorial for scientific data processing Model selection: Estimator and its parameter selection
streamlit tutorial Japanese translation
[Translation] scikit-learn 0.18 User Guide 3.1. Cross-validation: Evaluate the performance of the estimator