python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to correctly set seeds in a tidymodels workflow?
Setting seeds to retrieve reproducible results is crucial in machine learning. To do so, I am using the set.seed() function inside my tidymodels workflow.
However, I am still getting slightly differen...

Leonhard Geisler
Votes: 0
Answers: 0
How can I extract model summary from multiple tidymodels objects using purrr::map functions in R?
I want to use purrr::map_* functions to extract info from multiple models involving linear regression method. I am first creating some random dataset. The dataset has three dependent variables, and on...
Eva
Votes: 0
Answers: 1
Applying last_fit function in tidy models
If I understood correctly, to apply last_fit function in tidy package, I need to have a split object that created using rsample::initial_split().
However in a situation that I have separate training d...
student_R123
Votes: 0
Answers: 1
Error while predicting a GAM model using tidymodels
WHAT I WANT: I'm trying to fit a GAM model for classification using tidymodels on a given data.
SO FAR: I'm able to fit a logit model.
library(tidymodels)
#> Registered S3 method overwritten by 'tu...
Tito Sanz
Votes: 0
Answers: 1