mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-29 09:01:18 +08:00
Compare commits
4 Commits
fix_docume
...
fix_docs
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
091f542b42 | ||
|
|
77d34e080b | ||
|
|
69daea0adc | ||
|
|
975aeb7a99 |
@@ -5,4 +5,3 @@ scipy
|
|||||||
scikit-learn
|
scikit-learn
|
||||||
pandas
|
pandas
|
||||||
tianshou
|
tianshou
|
||||||
sphinx_rtd_theme
|
|
||||||
|
|||||||
@@ -536,6 +536,7 @@ class DatasetProvider(abc.ABC):
|
|||||||
"""
|
"""
|
||||||
if len(fields) == 0:
|
if len(fields) == 0:
|
||||||
raise ValueError("fields cannot be empty")
|
raise ValueError("fields cannot be empty")
|
||||||
|
fields = fields.copy()
|
||||||
column_names = [str(f) for f in fields]
|
column_names = [str(f) for f in fields]
|
||||||
return column_names
|
return column_names
|
||||||
|
|
||||||
|
|||||||
@@ -5,5 +5,3 @@ pandas
|
|||||||
lxml
|
lxml
|
||||||
loguru
|
loguru
|
||||||
tqdm
|
tqdm
|
||||||
yahooquery
|
|
||||||
openpyxl
|
|
||||||
|
|||||||
Reference in New Issue
Block a user