Closed bdwilliamson closed 4 years ago
Current fix (with triple-colon) in f57fce8
Better fix in 8491e18: now, for sp_vim, the user can pass a character vector of learners, in which case SuperLearner is called on the ensemble; or a single function that takes the same arguments as a SuperLearner wrapper (e.g., SL.ranger), in which case the single learner is called with no cross-validation.
If a single learner is entered, run the learner rather than running CV/SuperLearner