Skip to content

Reconcile the check for Probability in the BinaryClassifierEvaluator with the logic in the calibrators #1942

Closed
@sfilipi

Description

@sfilipi

Fitting an IDataView that contains a score column(produced by a binary classifier scorer), currently will append a column with the name probability to the IDataView .

If one column with the name "Probability" exists, another one will be added. (Maybe if the user wants to try out different calibrators?). The calibrators don't complain about its existence.

Currently the BinaryClassifierEvaluator checks that there are no more than one probability columns.

Reconcile the behavior/expectations, or is this ok, and we can leave the user cleanup if more than one Probability columns.

cc @yaeldekel @TomFinley

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIIssues pertaining the friendly API

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions