I am having some weird problems installing Scikit learn on my mac and my linux box. Only scikit learn .9 installs.

is there any way to learn random forests using this version?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Random Forests and Extremely Randomized Trees were both introduced in 0.10. If you are under debian or ubuntu you can try to use the neurodebian repository that provides packaged version for scikit-learn (and large bunch of other scientific python tools in their latest versions).

Also can you please report your build issues along with the error messages on the scikit-learn project mailing?

link|improve this answer
1  
Wow! Neurodebian made it so easy...I had seen it before, I didn't realize it was a repository; I assumed it was another version of linux...now everything works fine. Thanks a lot! – Rishi Feb 20 at 20:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.