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

Try different labels for the hierarchical classifier levels #21

Open
bwbaugh opened this issue Mar 17, 2013 · 2 comments
Open

Try different labels for the hierarchical classifier levels #21

bwbaugh opened this issue Mar 17, 2013 · 2 comments
Milestone

Comments

@bwbaugh
Copy link
Owner

bwbaugh commented Mar 17, 2013

The intuitive approach for the hierarchical classifier (gh-4) is to have a subjectivity classifier first (objective vs. all), and if not objective then try positive vs. negative.

What about trying positive vs all, or negative vs all instead at the first level? In this particular case, it's probably best to use neutral vs all for the first level, but for other types of problems it might not necessarily be the best case.

Idea was originally recorded 3/16/13 at 21:25.

@bwbaugh
Copy link
Owner Author

bwbaugh commented Mar 17, 2013

The reason neutral might be best for the first level is because it is the majority class. The whole process of deciding what label should be at each level of the hierarchical classifier might be similar to the use of information gain in decision trees.

@arita37
Copy link

arita37 commented Sep 16, 2016

Hello,

Did you get a chance to classify hiearchical classifier ?

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

2 participants