data-screencasts icon indicating copy to clipboard operation
data-screencasts copied to clipboard

Penguin excess code

Open pssguy opened this issue 5 years ago • 0 comments

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

pssguy avatar Aug 15 '20 17:08 pssguy