Skip to content

FIX: add AutoPipeline predict_proba#1429

Open
AmirhosseinHonardoust wants to merge 1 commit into
IBM:masterfrom
AmirhosseinHonardoust:fix-autopipeline-predict-proba
Open

FIX: add AutoPipeline predict_proba#1429
AmirhosseinHonardoust wants to merge 1 commit into
IBM:masterfrom
AmirhosseinHonardoust:fix-autopipeline-predict-proba

Conversation

@AmirhosseinHonardoust
Copy link
Copy Markdown
Contributor

Fixes #642.

This PR adds predict_proba support to AutoPipeline by delegating to the selected best trained pipeline.

It also adds input_predict_proba and output_predict_proba schemas for AutoPipeline.

A regression test was added for AutoPipeline(scoring="roc_auc") to fit the model and check the shape of predict_proba.

tested locally with:

python -m pytest test/test_core_pipeline.py -k predict_proba_with_roc_auc

Result: 1 passed, 79 deselected.

Signed-off-by: Amir <88084572+AmirhosseinHonardoust@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AutoPipeline predict_proba and roc_auc score.

1 participant