Skip to content

IoU probe does not work for multi-class problems #33

@fdalvi

Description

@fdalvi

scores.append(average_precision_score(y_train, X_train[:, i]))
assumes that y_train only has 0's and 1's. For multiclass, we should run IoU for each tag, and then combine into a global ranking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions