Accelerating Random Forests in Scikit-Learn Gilles Louppe August 29, 2014 Universit´

Accelerating Random Forests in Scikit-Learn
Gilles Louppe
Universit´e de Li`ege, Belgium
August 29, 2014
1 / 26
Motivation
... and many more applications !
2 / 26
About
Scikit-Learn
Machine learning library for Python
Classical and well-established
algorithms
Emphasis on code quality and usability
Myself
@glouppe
PhD student (Li`ege, Belgium)
Core developer on Scikit-Learn since 2011
Chief tree hugger
scikit
3 / 26
Outline
1Basics
2Scikit-Learn implementation
3Python improvements
4 / 26
Machine Learning 101
Data comes as...
A set of samples L={(xi,yi)|i= 0,...,N1}, with
Feature vector x Rp(= input), and
Response yR(regression) or y∈ {0,1}(classification) (=
output)
Goal is to...
Find a function ˆy=ϕ(x)
Such that error L(y,ˆy) on new (unseen) xis minimal
5 / 26
1 / 31 100%

Accelerating Random Forests in Scikit-Learn Gilles Louppe August 29, 2014 Universit´

La catégorie de ce document est-elle correcte?
Merci pour votre participation!

Faire une suggestion

Avez-vous trouvé des erreurs dans linterface ou les textes ? Ou savez-vous comment améliorer linterface utilisateur de StudyLib ? Nhésitez pas à envoyer vos suggestions. Cest très important pour nous !