Skip to content

Penguin excess code #10

@pssguy

Description

@pssguy

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions