transferboost

transferboost is a package that implements the concept of transfer learning to gradient boosting models.

Supported models

transferboost supports the transfer learning for the following models:
- XGBClassifier
- LGBMClassifier

Installing transferboost

Install transferboost directly from pip
pip install transferboost