Open
Description
Currently, I can't see why the unit tests for tuning SSM models if setting tune_on_folds=TRUE
and score="nonignorable" are failing. Errors are produced when calling
initiate_learner` and the error comes from
Lines 240 to 262 in c7edeb2
The error message is
Error in insert_named(ml_learner$param_set$values, params) :
Assertion on 'names(y)' failed: Must have names.
see #217