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
While code was working before, now I get an error when loading learner regr.lm
learner_lm = lrn("regr.lm")
Error in sort(assert_subset(properties, mlr_reflections$learner_properties[[task_type]])) :
Assertion on 'properties' failed: Must be a subset of {'featureless','missings','weights','importance','selected_features','oob_error','hotstart_forward','hotstart_backward','validation','internal_tuning','marshal'}, but has additional elements {'loglik'}.
R version 4.3.3
mlr3learners version 0.8.0
The text was updated successfully, but these errors were encountered:
While code was working before, now I get an error when loading learner regr.lm
R version 4.3.3
mlr3learners version 0.8.0
The text was updated successfully, but these errors were encountered: