usemodels
usemodels copied to clipboard
Boilerplate Code for tidymodels
Please look at the reprex at the end of this issue. You can download the input data from https://e.pcloud.link/publink/show?code=XZWXInZ683FG2Squ0bLeLRNaGnzxukG1Le7 (nothing dangerous). I try to set up tidymodels + glmnet to...
This is a note about features I would like to see added in the future. I listened to Max Kuhn's talk at LA R Users. https://www.youtube.com/watch?v=2OfTEakSFXQ At around 35:00 of...
This is great so far. I'd request use_multiperceptron, if that can be added. Is the eventual goal to have all of the supported tidymodel types in here? Thanks so much.
`use_xgboost()` only uses 6 of the 8 possible tuning parameters (i.e. `mtry` and `stop_iter` are not `tune()`d). Is that a deliberate choice (if so, could/should be documented?) or an oversight?...
Hello @topepo Imagine if `foo xgb_recipe recipe(formula = mpg ~ ., data = mtcars) %>% #> step_zv(all_predictors()) ``` Created on 2020-06-18 by the [reprex package](https://reprex.tidyverse.org) (v0.3.0) It would suit perfectly...
Hello, I do not really have any code to provide, but I would like to see some time series models added to the list of supported models in usemodels. In...
Closes https://github.com/tidymodels/usemodels/issues/41