spsanderson / tidyAML

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

Make all extractors uniform #219

Closed spsanderson closed 5 months ago

spsanderson commented 7 months ago

Make all extract_ functions uniform in how they extract and set the returns to be 1:nrow(.data)

For example extract_wflw_pred() returns a single tibble but extract_regression_residuals() returns a list of tibbles.