1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 06:46:56 +08:00

QLibDataHandlerClose is renamed to Alpha158

This commit is contained in:
zhupr
2020-09-28 15:29:04 +08:00
committed by you-n-g
parent 3c9f3acf79
commit 8d76a99ee0
11 changed files with 20 additions and 20 deletions

View File

@@ -50,7 +50,7 @@ Below is a typical config file of ``Estimator``.
num_leaves: 210
num_threads: 20
data:
class: QLibDataHandlerClose
class: Alpha158
args:
dropna_label: True
filter:
@@ -291,7 +291,7 @@ Users can use the specified data handler by config as follows.
.. code-block:: YAML
data:
class: QLibDataHandlerClose
class: Alpha158
args:
start_date: 2005-01-01
end_date: 2018-04-30