Julia Silge
Julia Silge
You might want to [check out the `tidy` method we use in parsnip](https://github.com/tidymodels/parsnip/blob/main/R/tidy_glmnet.R) for glmnet.
Hmmmmm, that seems quite mysterious to me; the randomForest package [hasn't had a release since 2018](https://cran.r-project.org/package=randomForest) so I'm sure it's something in how a tidymodels package has changed recently. My...
For the record, we do typically recommend using factors when building models, so you can "be the boss" of what factor levels are in your model, how to account for...
Yep, I noticed this as well and hadn't found a way to address it yet. - The success messages are all in individual files called `test_02_11_2.R` and similar, and are...
In case folks are interested, I [have a demo here](https://github.com/juliasilge/vetiverdemo/blob/main/biv-svm/train_sagemaker.Rmd) for deploying a vetiver model to SageMaker. I'd like to streamline this more in the future, so I'm definitely interested...
This works great now for me after installing from your branch! ``` r library(pins) #> Warning: package 'pins' was built under R version 4.0.5 library(paws) #> Warning: package 'paws' was...
Thank you for the kind words @steelcitysi! What I would recommend you do is break up your original corpus in a way that is sensible for your analysis, and then...
Let me know if you have further questions!
Unfortunately I cannot yet reproduce the problem you are experiencing. Can you create a [reprex](https://reprex.tidyverse.org/) (a minimal reproducible example) for this? The goal of a reprex is to make it...
Could you update your example to use some more easily accessible data (I don't have your CSV file) and the [reprex package](http://reprex.tidyverse.org)? Using reprex makes it easier to see both...