1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-06 12:30:57 +08:00

Merging Backtest improve (#694)

* Fix private import

* temporarily fix create exp conflicts for remote mlflow

Co-authored-by: Dong Zhou <Zhou.Dong@microsoft.com>
This commit is contained in:
you-n-g
2021-11-16 11:43:35 +08:00
committed by GitHub
parent 007082a112
commit 779b1786bd
2 changed files with 27 additions and 4 deletions

View File

@@ -18,3 +18,9 @@ class LoadObjectError(QlibException):
"""Error type for Recorder when can not load object"""
pass
class ExpAlreadyExistError(Exception):
"""Experiment already exists"""
pass