You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am starting to use Rapids for some academic work and I need a reference to how was built the Random Forests algorithm that cuML uses.
I understand that the source is the creator of the model (Breiman, 2001; Breiman, 2002) but my question is who coded the algorithm.
As an analogy, for example, in R in the help section, I can get this when I search for Random Forests: Author(s)
Andy Liaw [email protected] and Matthew Wiener [email protected], based on original Fortran code by Leo Breiman and Adele Cutler.
References
Breiman, L. (2001), Random Forests, Machine Learning 45(1), 5-32.
Hello. I am starting to use Rapids for some academic work and I need a reference to how was built the Random Forests algorithm that cuML uses.
I understand that the source is the creator of the model (Breiman, 2001; Breiman, 2002) but my question is who coded the algorithm.
As an analogy, for example, in R in the help section, I can get this when I search for Random Forests:
Author(s)
Andy Liaw [email protected] and Matthew Wiener [email protected], based on original Fortran code by Leo Breiman and Adele Cutler.
References
Breiman, L. (2001), Random Forests, Machine Learning 45(1), 5-32.
Breiman, L (2002), “Manual On Setting Up, Using, And Understanding Random Forests V3.1”, https://www.stat.berkeley.edu/~breiman/Using_random_forests_V3.1.pdf.
Is there anywhere within the Rapids documentation where I can find this kind of information?
Thank you
The text was updated successfully, but these errors were encountered: