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:
@@ -18,3 +18,9 @@ class LoadObjectError(QlibException):
|
||||
"""Error type for Recorder when can not load object"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class ExpAlreadyExistError(Exception):
|
||||
"""Experiment already exists"""
|
||||
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user