You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the predict_proba method for the AutoPipeline operator.
Add test for AutoPipeline with scoring="roc_auc", which has been reported to raise "AttributeError: The underlying operator impl does not define predict_proba", and get that to work as well.
The text was updated successfully, but these errors were encountered:
predict_proba
method for the AutoPipeline operator.scoring="roc_auc"
, which has been reported to raise "AttributeError: The underlying operator impl does not define predict_proba", and get that to work as well.The text was updated successfully, but these errors were encountered: