fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
205 stars 54 forks source link

Decision trees and random forest #299

Open bvenn opened 9 months ago

bvenn commented 9 months ago

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