diff --git a/examples/benchmarks/CatBoost/README.md b/examples/benchmarks/CatBoost/README.md new file mode 100644 index 000000000..5e4f3966f --- /dev/null +++ b/examples/benchmarks/CatBoost/README.md @@ -0,0 +1,3 @@ +# CatBoost +* Code: [https://github.com/catboost/catboost](https://github.com/catboost/catboost) +* Paper: CatBoost: unbiased boosting with categorical features. [https://proceedings.neurips.cc/paper/2018/file/14491b756b3a51daac41c24863285549-Paper.pdf](https://proceedings.neurips.cc/paper/2018/file/14491b756b3a51daac41c24863285549-Paper.pdf). \ No newline at end of file diff --git a/examples/benchmarks/LightGBM/README.md b/examples/benchmarks/LightGBM/README.md new file mode 100644 index 000000000..13f408d5f --- /dev/null +++ b/examples/benchmarks/LightGBM/README.md @@ -0,0 +1,4 @@ +# LightGBM +* Code: [https://github.com/microsoft/LightGBM](https://github.com/microsoft/LightGBM) +* Paper: LightGBM: A Highly Efficient Gradient Boosting +Decision Tree. [https://proceedings.neurips.cc/paper/2017/file/6449f44a102fde848669bdd9eb6b76fa-Paper.pdf](https://proceedings.neurips.cc/paper/2017/file/6449f44a102fde848669bdd9eb6b76fa-Paper.pdf). \ No newline at end of file diff --git a/examples/benchmarks/XGBoost/README.md b/examples/benchmarks/XGBoost/README.md new file mode 100644 index 000000000..33e04b23b --- /dev/null +++ b/examples/benchmarks/XGBoost/README.md @@ -0,0 +1,3 @@ +# XGBoost +* Code: [https://github.com/dmlc/xgboost](https://github.com/dmlc/xgboost) +* Paper: XGBoost: A Scalable Tree Boosting System. [https://dl.acm.org/doi/pdf/10.1145/2939672.2939785](https://dl.acm.org/doi/pdf/10.1145/2939672.2939785). \ No newline at end of file