Search code examples
pythonmachine-learningscikitsrandom-forestscikit-learn

Random forests with scikit learn .9 or below


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?


Solution

  • 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?