From b9bba4940f6ab511cf1b399a3b383fcc7f4196d3 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Fri, 8 Jul 2022 17:56:25 +0800 Subject: [PATCH] Update README.md --- examples/benchmarks/LightGBM/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.