mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-10 06:20:57 +08:00
@@ -21,6 +21,8 @@ from ..log import TimeInspector, get_module_logger
|
||||
from mlflow.store.artifact.azure_blob_artifact_repo import AzureBlobArtifactRepository
|
||||
|
||||
logger = get_module_logger("workflow", logging.INFO)
|
||||
# mlflow limits the length of log_param to 500, but this caused errors when using qrun, so we extended the mlflow limit.
|
||||
mlflow.utils.validation.MAX_PARAM_VAL_LENGTH = 1000
|
||||
|
||||
|
||||
class Recorder:
|
||||
|
||||
Reference in New Issue
Block a user