-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Just loving the screencasts you have been doing
On the penguin code. I'm not sure if you want lines 924 onwards to be in your final version
I think the first few of these lines were overtaken by further analyses. If you want them in, you may want to include the code that creates the 'model' object: otherwise an error occurs
model <- logistic_reg(mode= "classification") %>%
set_engine("glm") %>%
fit(species ~ bill_length_mm, data= training_data)
From my recollection, the final part of the rmd is just you testing a vignette to understand a function and, though useful in your thought process and as a good tip, is not directly relevant to the penguin model
Metadata
Metadata
Assignees
Labels
No labels