FSharp.Stats icon indicating copy to clipboard operation
FSharp.Stats copied to clipboard

Decision trees and random forest

Open bvenn opened this issue 1 year ago • 0 comments

Description

Decision Trees (DTs) are a non-parametric supervised learning method used for classification and regression [3].

The random forest algorithm is a supervised classification algorithm. Pseudocode is given in [1] and [2]. Sadly I cannot provide any more information about that. If you worked with random forests yourself, you may make more sense out the publications than I would in this short description.

References

  • [1] https://pages.cs.wisc.edu/~matthewb/pages/notes/pdf/ensembles/RandomForests.pdf
  • [2] https://www.researchgate.net/publication/362631001_Feature_selection_and_computational_optimization_in_high-dimensional_microarray_cancer_datasets_via_InfoGain-modified_bat_algorithm
  • [3] https://scikit-learn.org/stable/modules/tree.html#decision-trees

bvenn avatar Sep 21 '23 18:09 bvenn