Skip to content

Conversation

@xtineodie
Copy link

complete

#Do math scores predict BA or BS? spoiler alert, yes.
c.tree4 <- rpart(as.factor(DEG_TYPE) ~ ACT_MATH + SAT_MATH, method = "class", data = majors_ALL_math)
printcp(c.tree4)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job! I like the way that you process/deal with the data to prepare for later modeling. This task asks you to compare at least two different models, so you could go further to choose different predictors/features and compare measures from the result.

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

Successfully merging this pull request may close these issues.

2 participants