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

K. DAVID PEARCE assignment 6 #155

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

Conversation

kyle-d-pearce
Copy link

Completed Parts I and II. Still trying to understand the comparison of M2$predict1 and M2$predict2

@@ -77,7 +76,7 @@ table(M2$certified, M2$predict2)
Choose a data file from the (University of Michigan Open Data Set)[https://github.com/bkoester/PLA/tree/master/data]. Choose an outcome variable that you would like to predict. Build two models that predict that outcome from the other variables. The first model should use raw variables, the second should feature select or feature extract variables from the data. Which model is better according to the cross validation metrics?

```{r}

A1 <- read.csv("https://github.com/bkoester/PLA/blob/master/data/student.course.csv")
Copy link

Choose a reason for hiding this comment

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

Keep trying part 3 to practice model comparison for classification trees! Looking forward to seeing that.

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