-
Notifications
You must be signed in to change notification settings - Fork 16
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
Triplets computed when each item under a label is unique #20
Comments
Did you check the "analyse" file that is created during computation? In this file you ll find all ABX types and their scores. If you find one ABX type that should not be computed could you paste it here? |
Here is a snippet of the analyse file. None of those triplets should be computed as the triplets are supposed to be on a category which has a different label for every single item. It doesn't make sense to run such a scoring - but I was still wondering how these triplets and scores could even be computed.
|
So I need to know how you created your abx task ( only the "abx-task" line in your script) and a snippet of your item file. |
Sure, this is the 'abx-task' line: abx-task
Thanks! |
So you should use: If you do not specify the "by" attribute it will compute all comparison of items in your item file with no distinction. |
It looks like triplets are computed - and scores calculated - even when each item has a different label, and that the abx score is computed "on" this label category. This should probably not happen as there can't be any triplet with A and X sharing the same label?
The text was updated successfully, but these errors were encountered: