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

HW 5 #97

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

HW 5 #97

wants to merge 1 commit into from

Conversation

art2172
Copy link

@art2172 art2172 commented Nov 15, 2019

No description provided.

```

Please interpret the tree, which two behaviors do you think the teacher should most closely pay attention to?
#number of hints they take and prior percent correct because they had high levels of "intervene"

Choose a reason for hiding this comment

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

Elaborate on it.

Comment on lines +82 to +84
D2$correct_predict <- ifelse(D2$prediction == "no action", 1, 0)

mean(D2$correct_predict)

Choose a reason for hiding this comment

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

You can also create a table or a confusion matrix.


#The current model predicted 58% "no action", but the actual value is 100% no action. The difference between observed and predicted results is 42%.

```

Choose a reason for hiding this comment

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

Overall, great job but try to specify whether the model overfits or whether it is generalizable.

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