1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-10 22:36:55 +08:00

Update R and workflow

This commit is contained in:
Jactus
2020-11-17 22:05:18 +08:00
parent a8b46dd41d
commit 64ed43b791
20 changed files with 481 additions and 376 deletions

View File

@@ -643,7 +643,7 @@ def lexsort_index(df: pd.DataFrame) -> pd.DataFrame:
#################### Wrapper #####################
class Wrapper(object):
"""Data Provider Wrapper"""
"""Wrapper class for anything that needs to set up during qlib.init"""
def __init__(self):
self._provider = None