An introduction to machine learning with scikit-learn

Section contents In this section, we introduce the

2017-01-15 04:20:17
Supervised learning

The problem solved in supervised learning

2017-01-15 04:27:03
Putting it all together

Pipelining We have seen that some estimators can transform data and that some estimators can predict variables. We can also create combined estimators:

2017-01-15 04:25:16
A tutorial on statistical-learning for scientific data processing

Statistical learning

2017-01-15 04:20:16
Choosing the right estimator

Often the hardest part of solving a machine learning problem can be finding the right estimator for the job. Different estimators are better suited for different types of data and different

2017-01-15 04:20:35
Model selection

Score, and cross-validated scores As we have seen, every estimator exposes a score method that can judge the

2017-01-15 04:24:06
Statistical learning

Datasets Scikit-learn deals with learning information from one or more datasets that are represented as 2D arrays. They can be understood as a list of multi-dimensional observations

2017-01-15 04:27:02
Unsupervised learning

Clustering: grouping observations together The problem solved in clustering Given the

2017-01-15 04:27:22
scikit-learn Tutorials

An introduction to machine learning

2017-01-15 04:25:25
Working With Text Data

The goal of this guide is to explore some of the main scikit-learn tools on a single practical task: analysing a collection of text documents (newsgroups

2017-01-15 04:27:25