Allow to specify the pipeline decision function in vanilla_pad script
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