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

Update R related codes

This commit is contained in:
Jactus
2020-11-13 21:34:13 +08:00
parent 138ab10c1a
commit ea5f14ce12
9 changed files with 704 additions and 131 deletions

View File

@@ -294,7 +294,6 @@ class GRU(Model):
return pd.Series(preds, index=index)
class AverageMeter(object):
"""Computes and stores the average and current value"""