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 test not working #112

Open
margaeor opened this issue Feb 17, 2022 · 2 comments
Open

Random Forest test not working #112

margaeor opened this issue Feb 17, 2022 · 2 comments

Comments

@margaeor
Copy link
Collaborator

The test that is used to test the RF as a constraint learner doesn't work because:

  1. Right now it does not use random forest, it uses base_classifier() which is OCT-H and not RF.
  2. Even if I switch from base_classifier() to base_rf_classifier() in the test, then the test doesn't run
    because it seems that rf_classifier is not supported
@1ozturkbe
Copy link
Owner

Yes, we don't have RF classifiers implemented right now (even though the struct base_rf_classifier exists), but it is very possible to implement it. Given that this is of direct interest to you research-wise, I think it might be a good opportunity for you to get to learn and contribute to the internals of the code. Let me know if this interests you.

@margaeor
Copy link
Collaborator Author

Yeah, I can implement that in the future. Right now I am working on gradient boosting

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