Metadata-Version: 2.1
Name: genestboost
Version: 0.3.1
Summary: General boosting framework for any regression estimator
Home-page: https://github.com/btcross26/genestboost
Author: Ben Cross <btcross26@yahoo.com>
Author-email: btcross26@yahoo.com
Maintainer: Ben Cross <btcross26@yahoo.com>
License: BSD 3-Clause
Project-URL: Documentation, https://btcross26.github.io/genestboost/build/html/index.html
Project-URL: Bug Tracker, https://github.com/btcross26/genestboost/issues
Project-URL: Source Code, https://github.com/btcross26/genestboost
Description: 
        :code:`genestboost` is an ML boosting library that separates the modeling algorithm from
        the boosting algorithm. The result is that you can boost any generic regression
        model, not just trees. Build a forward-thinking (forward-propagating) neural network if
        you wish, or build an ensemble of support vector machines if you would so desire. Mix
        and match link and loss functions at will.
        
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7.0,<3.10
Description-Content-Type: text/x-rst
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: qa
Provides-Extra: build
Provides-Extra: notebooks
Provides-Extra: dev
