Metadata-Version: 2.1
Name: transferboost
Version: 0.1.3
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: ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/transferboost)
        ![PyPI](https://img.shields.io/pypi/v/transferboost)
        
        
        # TransferBoost (transferboost)
        
        Tooling for transfer learning with Boosting Models
        
        ## Installing transferboost
        
        Install `transferboost` directly from pip
        
        ```shell
        pip3 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
        - LGBMClassifier
        
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
