Metadata-Version: 2.4
Name: ngboost-lightning
Version: 0.1.0
Summary: Natural gradient boosting for probabilistic prediction, powered by LightGBM.
Project-URL: Homepage, https://github.com/kschmaus/ngboost-lightning
Project-URL: Documentation, https://kschmaus.github.io/ngboost-lightning/
Project-URL: Repository, https://github.com/kschmaus/ngboost-lightning
Project-URL: Issues, https://github.com/kschmaus/ngboost-lightning/issues
Author-email: Kyle Schmaus <kyle.schmaus@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: gradient-boosting,lightgbm,machine-learning,ngboost,probabilistic-prediction
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: lightgbm>=4.0
Requires-Dist: numpy>=1.24
Requires-Dist: scikit-learn>=1.3
Requires-Dist: scipy>=1.10
Provides-Extra: plot
Requires-Dist: matplotlib>=3.7; extra == 'plot'
