tidymodels.org-legacy
tidymodels.org-legacy copied to clipboard
auto_ml has no examples, no demonstration of how to extract, etc.
https://parsnip.tidymodels.org/reference/auto_ml.html
Pretty cool new(/recent?) function!
The page does not show what the required inputs are (workflow? Recipe? Just data?), and how to extract outputs from it (besides fit, how to get e.g. coefficients, and how the package interacts with models'/packages' outputs in general, etc.) It also doesn't talk about if it's H2O models only, or if other methods like GLMNET/XG Boost etc. are possible.
(Also with XG Boost multi class WIP, would be cool to have one in auto_ml as well)
Hi @PathosEthosLogos ! We have some articles on the site for agua, the parsnip extension package containing the h2o engines: https://agua.tidymodels.org/articles/ Is this what you are looking for?
@ tidymodels team: Should that content maybe move to tidymodels.org?