CloudForest: A Scalable and Efficient Random Forest Implementation for Biological Data.
CloudForest: A Scalable and Efficient Random Forest Implementation for Biological Data.
复制标题
DOI:
10.1371/journal.pone.0144820
复制
发表时间:
2015
期刊:
影响因子:
3.7
通讯作者:
Knijnenburg TA
中科院分区:
文献类型:
--
作者:
Bressler R;Kreisberg RB;Bernard B;Niederhuber JE;Vockley JG;Shmulevich I;Knijnenburg TA
Random Forest has become a standard data analysis tool in computational biology. However, extensions to existing implementations are often necessary to handle the complexity of biological datasets and their associated research questions. The growing size of these datasets requires high performance implementations. We describe CloudForest, a Random Forest package written in Go, which is particularly well suited for large, heterogeneous, genetic and biomedical datasets. CloudForest includes several extensions, such as dealing with unbalanced classes and missing values. Its flexible design enables users to easily implement additional extensions. CloudForest achieves fast running times by effective use of the CPU cache, optimizing for different classes of features and efficiently multi-threading. https://github.com/ilyalab/CloudForest.