stanfordmlgroup / ngboost

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

Add __version__ attribute to the package #21

Closed cdagnino closed 4 years ago

cdagnino commented 4 years ago

Hi,

I couldn't find any version attribute within the package. I think it's helpful for bug reports to be able to do

import ngboost
print(ngboost.__version__)
tonyduan commented 4 years ago

Added, in this commit, thanks!