Closed taynaud closed 8 years ago
predict_proba map to scikit predict_proba, which call self.predict_proba. As sparkit-learn herits from scikit bayes, this call sparkit-learn predict_proba which fail on numpy or scipy array.
My previous randomforest PR seems to turn the tests a bit flappy, I have increased the threshold
Thanks for your contribution! Really appreciate it! :)
predict_proba map to scikit predict_proba, which call self.predict_proba. As sparkit-learn herits from scikit bayes, this call sparkit-learn predict_proba which fail on numpy or scipy array.