Skip to content

Instantly share code, notes, and snippets.

@akshat3096
Created May 14, 2019 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akshat3096/11d8cb0a01bf72f1a6ebfcf5732ac333 to your computer and use it in GitHub Desktop.
Save akshat3096/11d8cb0a01bf72f1a6ebfcf5732ac333 to your computer and use it in GitHub Desktop.
sub_4<- train %>%
filter(.,no_of_trainings==2) %>%
select(.,department,education,gender,is_promoted)
head(sub_4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment