mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-29 09:01:18 +08:00
Compare commits
4 Commits
fix_docs
...
fix_docume
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5fafba36f2 | ||
|
|
8a087d0db9 | ||
|
|
2ae4be426a | ||
|
|
6ed83f7c04 |
@@ -5,3 +5,4 @@ scipy
|
|||||||
scikit-learn
|
scikit-learn
|
||||||
pandas
|
pandas
|
||||||
tianshou
|
tianshou
|
||||||
|
sphinx_rtd_theme
|
||||||
|
|||||||
@@ -536,7 +536,6 @@ 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,3 +5,5 @@ pandas
|
|||||||
lxml
|
lxml
|
||||||
loguru
|
loguru
|
||||||
tqdm
|
tqdm
|
||||||
|
yahooquery
|
||||||
|
openpyxl
|
||||||
|
|||||||
Reference in New Issue
Block a user