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

assignment 6 #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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