You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PRs for new data source are highly welcome! Users could commit the code to crawl data as a PR like `the examples here <https://github.com/microsoft/qlib/tree/main/scripts>`_. And then we will use the code to create data cache on our server which other users could use directly.
# if future calendar not exists, return current calendar
523
523
ifnotos.path.exists(fname):
524
524
get_module_logger("data").warning(f"{freq}_future.txt not exists, return current calendar!")
525
+
get_module_logger("data").warning(
526
+
"You can get future calendar by referring to the following document: https://github.com/microsoft/qlib/blob/main/scripts/data_collector/contrib/README.md"
0 commit comments