[PYTHON] [Translation] scikit-learn 0.18 Tutorial Table of Contents

Google translated http://scikit-learn.org/0.18/tutorial/index.html Click here for User Guide


scikit-learn tutorial

Introduction of machine learning by scikit-learn

--Machine learning: Problem setting --Load sample dataset --Learning and prediction --Model persistence --Terms

Statistical Learning Tutorial for Scientific Data Processing

-Statistical learning: Settings and estimator objects in scikit-learn -Supervised learning: Predicting output variables from high-dimensional observations -Model selection: Estimator and its parameter selection -Unsupervised learning: seeking data representation -Put everything together -Search for help

Text data manipulation

--Tutorial setup --Load 20 newsgroup datasets --Extracting features from text files --Classifier training --Pipeline construction --Test set performance assessment --Parameter tuning by grid search --Exercise 1: Language identification --Exercise 2: Sentiment analysis of movie reviews --Exercise 3: CLI Text Classification Utility

Choose a suitable estimator

External resources, videos, talk

--Are you new to scientific Python? --External tutorial


** Memo **

Doctest mode The code example in the tutorial above is written in python-console format. To easily run these examples in IPython:

%doctest_mode

It's in IPython-console. You can copy and paste the example directly into IPython without having to worry about manually deleting the >>>.


Click here for User Guide

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

Recommended Posts

[Translation] scikit-learn 0.18 Tutorial Table of Contents
[Translation] scikit-learn 0.18 User Guide Table of Contents
[Translation] scikit-learn 0.18 Tutorial Introduction of machine learning by scikit-learn
taichi's Torisetsu ⓪ Table of contents
[Translation] scikit-learn 0.18 Tutorial Text data manipulation
[Linux] [Initial Settings] Table of Contents
yolov5 visualization program table of contents
Python Math Series ⓪ Table of Contents
Github Interesting Repository ⓪ Table of Contents
Introductory table of contents for python3
[Translation] scikit-learn 0.18 Tutorial External resources, videos, talk
[Translation] scikit-learn 0.18 Tutorial Choosing the Right Model
Translation of scsi_mid_low_api.txt
Contents of __name__
[Translation] hyperopt tutorial
Nogizaka recognition program (using Yolov5) Table of contents
The contents of the Python tutorial (Chapter 5) are itemized.
The contents of the Python tutorial (Chapter 4) are itemized.
The contents of the Python tutorial (Chapter 2) are itemized.
The contents of the Python tutorial (Chapter 8) are itemized.
The contents of the Python tutorial (Chapter 1) are itemized.
Let Code Table of Contents Starting from Zero
The contents of the Python tutorial (Chapter 10) are itemized.
Automating simple tasks with Python Table of contents
The contents of the Python tutorial (Chapter 6) are itemized.
The contents of the Python tutorial (Chapter 3) are itemized.
Create a table of contents with IPython notebook
[Translation] scikit-learn 0.18 tutorial Statistical learning tutorial for scientific data processing
[Translation] scikit-learn 0.18 User Guide 3.2. Tuning the hyperparameters of the estimator
streamlit tutorial Japanese translation
[Translation] scikit-learn 0.18 Tutorial Statistical learning tutorial for scientific data processing Unsupervised learning: Finding the representation of data
Obtained contents of sosreport
[Note] Contents of shape [0], shape [1], shape [2]
Creating BINGO "Web Tools" with Python (Table of Contents)
[Translation] scikit-learn 0.18 User Guide 2.7. Detection of novelty and outliers
[Translation] scikit-learn 0.18 User Guide 3.1. Cross-validation: Evaluate the performance of the estimator
Deploy Django + React from scratch to GKE: Table of Contents
[Linux] [Initial Settings] Table of Contents for Development Environment Setup
About max_iter of LogisticRegression () of scikit-learn
Consistency of scikit-learn API design
Parallel processing with Parallel of scikit-learn
python: Basics of using scikit-learn ①
Japanese translation of sysstat manual
Japanese translation of Linux manual
Simulation of the contents of the wallet
Freezing of tasks (2/2)
Administrative tasks
Automating simple tasks with Python Table of contents
[Translation] scikit-learn 0.18 User Guide 3.3. Model evaluation: Quantify the quality of prediction
[Translation] scikit-learn 0.18 User Guide 4.1. Pipeline and Feature Union: Combination of estimators