stanfordmlgroup / ngboost

Natural Gradient Boosting for Probabilistic Prediction
Apache License 2.0
1.64k stars 215 forks source link

Add predict_proba method #276

Closed kazvaggos closed 3 years ago

kazvaggos commented 3 years ago

Hello team. Is it possible to implement predict_proba method in the future? Using it as a method of SklearnProbaAdapter, I get the following error: AttributeError: 'NGBRegressor' object has no attribute 'predict_proba'