mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-06 14:01:28 +08:00
* 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>
5 lines
51 B
Makefile
5 lines
51 B
Makefile
.PHONY: clean
|
|
|
|
clean:
|
|
-rm -r *.pkl mlruns || true
|