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

random forest function problem #1105

Open
quchongqi opened this issue Apr 24, 2024 · 1 comment
Open

random forest function problem #1105

quchongqi opened this issue Apr 24, 2024 · 1 comment

Comments

@quchongqi
Copy link

 Hello,  I have a question about random forest  function.
 In the readme, it is stated that the random forest is implemented using C++, but there are no .cpp files, .i files, or .os files in the source code. Moreover, in this source code for smac.model.random_forest.random_forest, it is observed that the random forest is written in python. So I don't know how to use C++ to speed up the random forest function. Could you please tell me? Thank you very much.
@dengdifan
Copy link
Contributor

Hi,
You can find the codes for the random forest from this repo: https://github.com/automl/random_forest_run
Then, the C++ codes are packed with `swig and added as an dependencies to SMAC

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