We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Scikit-learn (2/2)

Formal Metadata

Title
Scikit-learn (2/2)
Subtitle
Introduction to Machine Learning with Scikit-learn
Title of Series
Number of Parts
43
Author
Contributors
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production PlaceErlangen, Germany

Content Metadata

Subject Area
Genre
Abstract
This hands-on workshop will introduce the main concepts of Machine Learning such as building features from raw data, fitting an estimator, evaluating predictive accuracy with cross-validation and mitigating overfitting issues. Those concepts will be illustrated by running through a typical predictive modeling pipeline involving pandas, numpy, scikit-learn and matplotlib in a Jupyter notebook. Attendees should install the following packages: - numpy - scipy - pandas - matplotlib - jupyter - scikit-learn 0.18.1 or later