stanfordmlgroup / ngboost

Natural Gradient Boosting for Probabilistic Prediction
Apache License 2.0
1.62k stars 214 forks source link

Bugfix/np bool deprecation #337

Closed jack-mcivor closed 8 months ago

jack-mcivor commented 8 months ago

np.bool was deprecated in NumPy 1.20.0. Reference:

This call became an error in NumPy 1.24.0, see https://numpy.org/doc/stable/release/1.24.0-notes.html#expired-deprecations

jack-mcivor commented 8 months ago

@ryan-wolbeck done