-
We could use tidymodels + parsnip for allowing all kinds of models for IPCW estimation.
- only logistic regression?
- also "classification" models?
- Wrapper for fitting, saving, predicting
- …
-
# Current situation
I've run `autoimport()` on the code in https://github.com/mlverse/tabnet
and I get some unexpected removal of existing and required Roxygen `#' @importFrom`
## Before `autoi…
-
Hi there,
I'm trying to use a model and recipe that was saved in 2018, and use them with updated packages.
The original model was saved with:
parsnip v0.0.1
recipes v0.1.4
I'm trying to use it wit…
-
Hi @mdancho84 ,
I have been looking at the issue of using only workflows or also using parsnip models and I think it is best to force the use of workflows.
The code I think is well assembled as …
-
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 talk, he …
-
-
https://censored.tidymodels.org/articles/examples.html
-
Still working on spinach but here's some WIP for strawberry and parsnip.
![screen shot 2016-01-27 at 11 33 59 am](https://cloud.githubusercontent.com/assets/7318958/12622215/df18f32e-c4e9-11e5-937a-8…
-
I'm trying to use some markdown inside Svelte components, and it mostly works fine, e.g.:
```svelte
# Ingredients
1 lb parsnips
milk
heavy cream or butter
…
-
Hi,
the model fit fails if `mtry` is specified for the `aorsf`-engine. If it is not specified, it works with the default engine values.
```r
library(bonsai)
#> Loading required package: parsni…