Ngboost

Latest version: v0.5.5

Safety actively analyzes 723144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

0.4.2

Fix deprecated numpy type alias. This was causing a warning with NumPy >=1.20 and an error with NumPy >=1.24
Remove pandas as a declared dependency

0.4.1

Added `partial_fit` method for incremental learning

NGBoost now includes a new `partial_fit` method that allows for incremental learning. This method appends new base models to the existing ones, which can be useful when new data becomes available over time or when the data is too large to fit in memory all at once.

The `partial_fit` method takes similar parameters to the `fit` method, including predictors `X`, outcomes `Y`, and validation sets `X_val` and `Y_val`. It also supports custom weights for the training and validation sets, as well as early stopping and custom loss monitoring.

Please note that the `partial_fit` method is not yet fully tested and may not work as expected in all cases. Use it with caution and thoroughly test its behavior in your specific use case before relying on it in production.

0.4.0

For release notes see RELEASE_NOTES.md

0.3.13

- Update to drop support for Python 3.6 and add support for 3.9 and 3.10
- Update black formatter to latest
- Fix bug with previous code mismatch

0.3.12

0.3.11

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.