Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Penguin excess code #10

Open
pssguy opened this issue Aug 15, 2020 · 0 comments
Open

Penguin excess code #10

pssguy opened this issue Aug 15, 2020 · 0 comments

Comments

@pssguy
Copy link

pssguy commented Aug 15, 2020

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

dgrtwo pushed a commit that referenced this issue Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant