diff --git a/examples/benchmarks/LightGBM/README.md b/examples/benchmarks/LightGBM/README.md index 13f408d5f..f5b968fed 100644 --- a/examples/benchmarks/LightGBM/README.md +++ b/examples/benchmarks/LightGBM/README.md @@ -1,4 +1,10 @@ # 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 +Decision Tree. [https://proceedings.neurips.cc/paper/2017/file/6449f44a102fde848669bdd9eb6b76fa-Paper.pdf](https://proceedings.neurips.cc/paper/2017/file/6449f44a102fde848669bdd9eb6b76fa-Paper.pdf). + + +# Introductions about the settings/configs. + +`workflow_config_lightgbm_multi_freq.yaml` +- It uses data sources of different frequencies (i.e. multiple frequencie) for daily prediction.