Closed
Description
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.