usemodels icon indicating copy to clipboard operation
usemodels copied to clipboard

Boilerplate Code for tidymodels

Results 7 usemodels issues
Sort by recently updated
recently updated
newest added

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...

feature

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.

feature
tidy-dev-day :nerd_face:

`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...

feature

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