predict()
associates prediction with wrong class when event_level = 'first'
#460
Labels
bug
an unexpected problem or unintended behavior
I've tested the new functionally to set
event_level = 'first'
with the'xgboost'
engine, and noticed that predictions whenevent_level = 'first'
are being assigned to the wrong class.This extends to
collect_metric()
as all metric are 'backwards' e.g. auc = 1 - given aucCreated on 2021-04-05 by the reprex package (v1.0.0)
The text was updated successfully, but these errors were encountered: