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
Maybe a misunderstanding from my side, but shouldn't I get a warning in the code below, as the regr.debug learner does not have the "selected_features" property?
Looks like we don't the check the learner properties "importance", "selected_features", "oob_error" at all. We just return NA. I would vote for adding the warning directly to Mesaure$.score() instead of adding requires_selected_features and requires_oob_error.
Maybe a misunderstanding from my side, but shouldn't I get a warning in the code below, as the regr.debug learner does not have the
"selected_features"
property?Created on 2024-02-01 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: