-
Hi, I have been running into the following issue when trying to predict parsnip encoding for any given dataset. Below is an example using the ps1 dataset downloaded using lcdata
```import parsnip
…
-
In situations where users need to model an outcome that is a **proportion** (such as clicks out of impressions, registrations out of visits, etc) a useful approach is to use a generalized linear model…
-
### Make sure you are not opening a duplicate.
- [X] [I have searched the issue tracker](https://github.com/ExcessiveAmountsOfZombies/Croptopia/issues?q=) and did not find an issue describing my bu…
-
I don't know if this fits within this repo so please bear with me.
I have been thinking about what happens when we check the type of the arguments we pass into our models, and for the most part th…
-
Several arguments to `survival::coxph()` capture variables or variable names which are to be found in the `data`: `id`, `cluster`, `istate`. Those don't work with censored/parsnip yet:
``` r
libra…
-
See the logic here:
```r
processed %
full_join(shifted, by = ok) %>%
group_by(across(all_of(kill_time_value(ok)))) %>%
arrange(time_value)
if (inherits(new_data, "epi_df")) {
…
-
What do you think about an idea of adding an option of `parsnip_train` to set random seeds to make training reproducible?
-
# Problem
The `prod_degree` argument cannot be specified if `prune_method="cv"`. Using `translate()`, the equivalent `earth::earth()` call runs, so I think this is a bug in parsnip. The parsnip mod…
-
Parsnip [recently introduced](https://github.com/tidymodels/parsnip/pull/304/files) early stopping for xgboost. I think it would not take much effort to support this argument here. Do you approve of t…
-
Problem Description:
It appears that including step_scale() in the recipe disrupts prediction generation within modeltime. I encountered this issue when evaluating models using modeltime_accuracy() -…