mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-06 20:41:09 +08:00
[807] Move the REG_CONSTANT/EPS to constant.py. (#811)
* [807] Move the REG_CONSTANT to constant.py. * import REG_US. * Move EPS to constant.py.
This commit is contained in:
@@ -5,7 +5,6 @@ from qlib.backtest.decision import BaseTradeDecision, TradeRangeByTime
|
||||
import qlib
|
||||
from qlib.tests import TestAutoData
|
||||
import unittest
|
||||
from qlib.config import REG_CN, HIGH_FREQ_CONFIG
|
||||
import pandas as pd
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ import fire
|
||||
import pandas as pd
|
||||
|
||||
import qlib
|
||||
from qlib.config import REG_CN
|
||||
from qlib.data import D
|
||||
from qlib.model.trainer import task_train
|
||||
from qlib.tests import TestAutoData
|
||||
|
||||
Reference in New Issue
Block a user