1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-07 13:00:58 +08:00

Fix recorder related bugs

This commit is contained in:
Jactus
2020-11-10 00:32:18 +08:00
parent 633af182f4
commit 004e2f557b
6 changed files with 23 additions and 21 deletions

View File

@@ -4,7 +4,9 @@
import mlflow
from pathlib import Path
from .recorder import MLflowRecorder
from ..log import get_module_logger
logger = get_module_logger("workflow", "INFO")
class Experiment:
"""