You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: