Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no Random Forest in this package as claimed in the About Section. #55

Open
DarkoAlexander opened this issue Nov 7, 2021 · 1 comment

Comments

@DarkoAlexander
Copy link

You claim in the About Section that ThunderGbm provides Fast GBDTs and Random Forests on GPUs. However, your package only contains Gradient Boosting, but NO Random Forest algorithm. If there is Random Forest, could you please provide a code snippet that shows how to create the classifier?

You have provided code example for creating a Gradient Boosting classifier, as below:

from thundergbm import TGBMClassifier
clf = TGBMClassifier()
clf.fit(x, y)

Could you give a similar example for Random Forest?

@Kurt-Liuhf
Copy link
Collaborator

Hi @DarkoAlexander, please refer to this issue #42.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants