picnicml / doddle-model

:cake: doddle-model: machine learning in Scala.
https://picnicml.github.io
Apache License 2.0
137 stars 23 forks source link

Pipeline should have predictProba if the final predictior is a classifier #108

Open inejc opened 5 years ago

inejc commented 5 years ago

Currently, Pipeline only supports the predict function but should also expose the predictProba if the predictor is a classifier.