doddle-model
doddle-model copied to clipboard
Pipeline should have predictProba if the final predictior is a classifier
Currently, Pipeline
only supports the predict
function but should also expose the predictProba
if the predictor is a classifier.