Skip to content

felixwzh/MT-GBDT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MT-GBDT

This is the implementation of paper Multi-Task Gradient Boosting Decision Tree on XGBoost. install the python package of xgboost.

make	
cd python-package	
sudo python setup.py install	

About how to use MT-GBDT in python, see details here

If you find this repository helpful in your research, kindly consider citing the paper mentioned below:

@inproceedings{chen2021task,
  title={Task-wise split gradient boosting trees for multi-center diabetes prediction},
  author={Chen, Mingcheng and Wang, Zhenghui and Zhao, Zhiyun and Zhang, Weinan and Guo, Xiawei and Shen, Jian and Qu, Yanru and Lu, Jieli and Xu, Min and Xu, Yu and others},
  booktitle={Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery \& Data Mining},
  pages={2663--2673},
  year={2021}

About

Multi-task gradient boosting decision tree

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 43.6%
  • Scala 14.4%
  • R 12.8%
  • Python 11.0%
  • Cuda 8.1%
  • Java 5.8%
  • Other 4.3%