Skip to content

Allow to specify the pipeline decision function in vanilla_pad script

Vincent POLLET requested to merge vanilla_pad_decision_function into master

This changes makes it easier to use the vanilla_pad script with classifiers that have different names for their decision functions (eg "predict_proba", "predict", etc...)

This also allows passing "transform" as a decision_function in case the pipeline does not contain a classifier.

Edited by Amir MOHAMMADI

Merge request reports