flennerhag / mlens

ML-Ensemble – high performance ensemble learning
http://ml-ensemble.com
MIT License
843 stars 108 forks source link

why the predict_proba() function do not return the probabilities? #151

Open firmmabu opened 11 months ago

firmmabu commented 11 months ago

I use mlens.ensemble.SuperLearner to build my model. The base models are RandomForest and SVC, meta model is LogisticRegression. When I use the predict_proba() function to predict the probabilities of every class, I got the same result with using predict() function.