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
The test that is used to test the RF as a constraint learner doesn't work because:
Right now it does not use random forest, it uses base_classifier() which is OCT-H and not RF.
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
The text was updated successfully, but these errors were encountered:
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.
The test that is used to test the RF as a constraint learner doesn't work because:
because it seems that rf_classifier is not supported
The text was updated successfully, but these errors were encountered: