stanfordmlgroup / ngboost

Natural Gradient Boosting for Probabilistic Prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add predict_proba method

kazvaggos opened this issue · comments

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'