Java/Python Modules For Random Forest Genomic Data Analysis
Hello,
I am aware of R statistical package and Ruby codes available for building Random Forest on Genomic data. However, I would like to know if there are any Java/Python packages available for such task.
Thanks
• 3,708 views
•
link
1 answer
For Python, sklearn has random forest classifier and regressors:
http://scikit-learn.org/0.11/modules/ensemble.html#forests-of-randomized-trees
I haven't used those classes, but sklearn is very well documented and actively developed.
• 0 views
•
link
Log in to answer this question.