stanfordmlgroup / ngboost

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

add sklearn dictionary support get_param and version update #310

Closed ryan-wolbeck closed 1 year ago

ryan-wolbeck commented 1 year ago

This pull request adds sklearn dictionary compatibility and the gamma distribution to ngboost 0.4.0.

Sklearn dictionary compatibility allows users to use the ngboost library with the same syntax and functionality as other sklearn compatible libraries. The gamma distribution can be used to fit regression and classification models.

This pull request includes the following changes: