1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-06 20:41:09 +08:00

Add tests for SigAnaRecord

This commit is contained in:
D-X-Y
2021-03-16 08:30:46 +00:00
parent 6559d44c7d
commit b0fd0d2395

View File

@@ -163,6 +163,7 @@ def train_with_sigana():
sar.generate()
ic = sar.load(sar.get_path("ic.pkl"))
ric = sar.load(sar.get_path("ric.pkl"))
pred_score = sar.load("pred.pkl")
uri_path = R.get_uri()
return pred_score, {"ic": ic, "ric": ric}, uri_path