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