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

Threshold in MEKA explorer #58

Open
JessicaKuo opened this issue Nov 23, 2018 · 3 comments
Open

Threshold in MEKA explorer #58

JessicaKuo opened this issue Nov 23, 2018 · 3 comments
Labels

Comments

@JessicaKuo
Copy link

Hello,

I want to use MEKA for multi-label classification by using ANN as classifier, so I choose DBPNN with BPNN,like the figure shows:

image

And, I want to use Rcut (top-5 ranking) as threshold ,but the default in the explorer is Pcut1, so I want to ask that how can I change the threshold in evaluation options for top-5 ranking ?

Thanks in advance!

@jmread
Copy link
Contributor

jmread commented Nov 23, 2018

Hi,

RCut (fixed cardinality for all test examples) is not implemented in Meka. But Meka can give you the confidence output of all labels per test instance, so you can simply threshold and set the top 5 labels to 1 (and the rest to 0). Out of curiosity, why do you want to use Rcut in particular?

@JessicaKuo
Copy link
Author

JessicaKuo commented Nov 23, 2018

@jmread

Thanks for your instant reply!

The reason why I want to used Rcut is that each instance can be assigned up to 5 labels in my dataset , and I also want to try different threshold as evaluation.
So , May I have a question that is there any other thresholds methods implemented in MEKA except Pcut and Rcut?

Besides, How can I save the confidence output of all labels from MEKA and the corresponded answer of each testing instance?

Thanks for your patient looking!

@jmread
Copy link
Contributor

jmread commented Nov 27, 2018

In the Meka GUI, you simply need to increase the level of 'verbosity', then you can see the different confidence outputs for each label and each instance. These confidence outputs are also available in the evaluation code of Meka. Of course, it depends on having a base classifier which is able to output confidences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants