Metadata-Version: 2.1
Name: transferboost
Version: 0.1
Summary: Transfer Learning with Gradient Boosting Models
Home-page: https://github.com/sbjelogr/TransferBoost
Author: Sandro Bjelogrlic
Author-email: sandro.bjelogrlic@gmail.com
License: MIT license
Description: # TransferBoost (tboost)
        Tooling for transfer learning with Boosting Models
        
        
        ## Installing tboost
        Install `transferboost` directly from pip<br>
        `pip install transferboost`
        
        ## Documentation
        The documentation can be found [here](https://sbjelogr.github.io/TransferBoost).
        
        ## Supported models
        `transferboost` supports the transfer learning for the following models:<br>
        - XGBClassifier<br>
        - LGBMClassifier<br>
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
