From 8199822ca052f695379cc2dd4731be06ba7aac6a Mon Sep 17 00:00:00 2001 From: EricChangMSR Date: Fri, 22 Jul 2022 09:20:55 +0800 Subject: [PATCH] Update README.md fixed typo (#1221) Changed a typo from "carefully desgined by" to "carefully designed by" --- examples/benchmarks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/benchmarks/README.md b/examples/benchmarks/README.md index a9c2000b9..bccab7bf7 100644 --- a/examples/benchmarks/README.md +++ b/examples/benchmarks/README.md @@ -74,7 +74,7 @@ The numbers shown below demonstrate the performance of the entire `workflow` of - The base model of DoubleEnsemble is LGBM. - The base model of TCTS is GRU. - About the datasets - - Alpha158 is a tabular dataset. There are less spatial relationships between different features. Each feature are carefully desgined by human (a.k.a feature engineering) + - Alpha158 is a tabular dataset. There are less spatial relationships between different features. Each feature are carefully designed by human (a.k.a feature engineering) - Alpha360 contains raw price and volue data without much feature engineering. There are strong strong spatial relationships between the features in the time dimension. - The metrics can be categorized into two - Signal-based evaluation: IC, ICIR, Rank IC, Rank ICIR