mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-17 01:14:35 +08:00
Add tests for SigAnaRecord
This commit is contained in:
@@ -163,6 +163,7 @@ def train_with_sigana():
|
|||||||
sar.generate()
|
sar.generate()
|
||||||
ic = sar.load(sar.get_path("ic.pkl"))
|
ic = sar.load(sar.get_path("ic.pkl"))
|
||||||
ric = sar.load(sar.get_path("ric.pkl"))
|
ric = sar.load(sar.get_path("ric.pkl"))
|
||||||
|
pred_score = sar.load("pred.pkl")
|
||||||
uri_path = R.get_uri()
|
uri_path = R.get_uri()
|
||||||
return pred_score, {"ic": ic, "ric": ric}, uri_path
|
return pred_score, {"ic": ic, "ric": ric}, uri_path
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user