Главная
Study mode:
on
1
Intro
2
blue yonder
3
What is Scikit-Learn?
4
Scikit-Learn's basic areas of application
5
Least Squares/Linear Regression
6
Problems with Outliers
7
How Theil Sen avoids Outliers
8
Thell-Sen vs. Least Squares
9
Writing an own Estimator Regressor
10
Requirements of a Contribution to Scikit-Learn
11
Experiences of my first Scikit-Learn PR
Description:
Learn how to extend Scikit-Learn by creating your own robust linear estimator in this EuroPython 2014 conference talk. Explore the design and inner workings of Scikit-Learn, then follow a practical demonstration of implementing the Theil-Sen estimator, known for its resilience to outliers. Compare the advantages of this estimator to the ordinary least squares method, and gain insights into the requirements and process of contributing to Scikit-Learn. Discover the steps to write a custom regressor that adheres to Scikit-Learn's interfaces, and benefit from the speaker's firsthand experience with submitting a pull request to the project.

Extending Scikit-Learn with Your Own Regressor

EuroPython Conference
Add to list