spsanderson / tidyAML

Auto ML for the tidyverse
http://www.spsanderson.com/tidyAML/
Other
64 stars 7 forks source link

Adding class to internal_make_spec_tbl() causes fit to fail #163

Closed spsanderson closed 9 months ago

spsanderson commented 9 months ago

IT seems that adding a class to the ret object of a model specification causes the workflows::fit to fail. Not sure why but an alternate method needs to be designed, possibly an extra column or an attribute of sorts that will call another function.

Drop class and add attribute