Completed
Thell-Sen vs. Least Squares
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Extending Scikit-Learn with Your Own Regressor
Automatically move to the next video in the Classroom when playback concludes
- 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