mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 06:46:56 +08:00
Format with black
This commit is contained in:
@@ -5,6 +5,7 @@ import mlflow
|
||||
from pathlib import Path
|
||||
from .recorder import MLflowRecorder
|
||||
|
||||
|
||||
class Experiment:
|
||||
"""
|
||||
Thie is the `Experiment` class for each experiment being run. The API is designed
|
||||
@@ -21,7 +22,7 @@ class Experiment:
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
||||
|
||||
Returns
|
||||
-------
|
||||
A recorder instance.
|
||||
@@ -84,4 +85,4 @@ class MLflowExperiment(Experiment):
|
||||
|
||||
def delete_recorder(self, rid):
|
||||
mlflow.delete_run(rid)
|
||||
self.recorders = [r for r in self.recorders if r.recorder_id == rid]
|
||||
self.recorders = [r for r in self.recorders if r.recorder_id == rid]
|
||||
|
||||
Reference in New Issue
Block a user