1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 06:46:56 +08:00

fix_DDG-DA_workflow_bug (#1516)

* 1.specify group_keys=False to avoid FutureWarning;
2.fix get train_start from dict unexpected problem;

* fix black

* Add comments

* Add make file

---------

Co-authored-by: Young <afe.young@gmail.com>
This commit is contained in:
Fivele-Li
2023-05-24 15:49:58 +08:00
committed by GitHub
parent 94268619c4
commit 370477288d
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
.PHONY: clean
clean:
-rm -r *.pkl mlruns || true