Closed mdancho84 closed 2 years ago
This should be fixed now @mdancho84 . I have not switched to a data.frame interface because I need to use the formula to be able to build in the arguments to be passed in the function call precisely the formula. I don't see how to do this through the data.frame interface (or at least not a simple way).
I'm pretty sure this is related to Issue #8 - Something weird happens when using the formula interface. This is another reason I prefer the data.frame interface when developing parsnip functions.
Problem
Only 1 predicted value is being returned. Should be 52 predictions. - Again, I think the solution can be resolved by switching to data.frame interface as discussed in #8.
Reproducible Example