Changes between Version 11 and Version 12 of DatabaseBasedAnalysis/RandomForest


Ignore:
Timestamp:
08/15/18 18:44:34 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/RandomForest

    v11 v12  
    11== Random Forest ==
    22
    3 I am using '''Ranger''' a fast implementation of the random forest machine learning algorithm. The source code can be grabbed from here: https://github.com/imbs-hl/ranger or cloned from !GitHub via
     3I am using '''Ranger''' a fast implementation of the random forest machine learning algorithm. Quoting from their documentation
     4{{{
     5ranger is a fast implementation of random forests (Breiman 2001) or recursive partitioning, particularly suited for high dimensional data. Classification, regression, and survival forests are supported. Classification and regression forests are implemented as in the original Random Forest (Breiman 2001), survival forests as in Random Survival Forests (Ishwaran et al. 2008). Includes implementations of extremely randomized trees (Geurts et al. 2006) and quantile regression forests (Meinshausen 2006).
     6}}}
     7
     8
     9The source code can be grabbed from here: https://github.com/imbs-hl/ranger or cloned from !GitHub via
    410{{{
    511git clone https://github.com/imbs-hl/ranger.git