Skip to content

Commit

Permalink
测试滚动模型效果
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo2046 committed Jul 19, 2023
1 parent fdc3d30 commit 87edf81
Show file tree
Hide file tree
Showing 4 changed files with 1,771 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ loguru==0.6.0
matplotlib==3.7.1
numpy==1.23.5
pandas==1.5.3
pyqlib==0.9.1
pyqlib==0.9.3
python_dateutil==2.8.2
qlib==0.0.2.dev20
rich==13.4.2
scipy==1.10.1
seaborn==0.12.2
SQLAlchemy==2.0.17
SQLAlchemy==1.4.49
statsmodels==0.13.5
tqdm==4.65.0
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,8 @@ def get_pred(
experiment_id: str = None,
experiment_name: str = "predict",
) -> pd.DataFrame:
if self.R is None:
self.R = R

recorder = self.R.get_recorder(
recorder = R.get_recorder(
recorder_name=recorder_name,
recorder_id=recorder_id,
experiment_id=experiment_id,
Expand Down
Loading

0 comments on commit 87edf81

Please sign in to comment.