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

Make discrimination and distribution functions #48

Open
trinker opened this issue Jul 18, 2017 · 0 comments
Open

Make discrimination and distribution functions #48

trinker opened this issue Jul 18, 2017 · 0 comments

Comments

@trinker
Copy link
Owner

trinker commented Jul 18, 2017

Part of the process of modeling is checking the discrimination and distribution. Making the following functionality will be useful and each will return a data frame with a plot method, tag_discrimination, tag_distribution, tag_co_occurrence with the last getting revisions to look more like the other 2. Maybe summary methods for some as well

Based on:

## Discrimination
model %>%
    as_terms() %>%
    plot_freq(size=3) +
    xlab("Number of Tags")

## Category counts
model %>%
    as_terms() %>%
    plot_counts() +
    xlab("Tags")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant