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
Hello, I'm trying to modify the function 'PipeOpLearnerCV' to integrate a spatial resampling of type 'sptcv_cstf'. However, I'm getting an error message when I execute:
Hello, I'm trying to modify the function 'PipeOpLearnerCV' to integrate a spatial resampling of type 'sptcv_cstf'. However, I'm getting an error message when I execute:
PipeOpLearnerCV_mod$new(learner = mlr3::lrn("classif.glmnet", predict_type = "prob"), param_vals = list(resampling.method = "sptcv_cstf", resampling.folds = 5))
Here are my edits in the function:
Thank you very much for your assistance
The text was updated successfully, but these errors were encountered: