Skip to content

Commit 13caa15

Browse files
author
Valentin Thorey
committed
Improve documentation
1 parent ce16dbc commit 13caa15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataikuapi/dss_plugin_mlflow/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ def __init__(self, client, project_key, managed_folder="mlflow_artifacts", host=
1010
""" Add the MLflow-plugin parts of dataikuapi to MLflow local setup.
1111
1212
This method deals with
13-
1. importing dynamically the DSS Mlflow plugin:
13+
1. importing dynamically the DSS MLflow plugin:
1414
MLflow uses entrypoints==0.3 to load entrypoints from plugins at import time.
1515
We add dss-mlflow-plugin entrypoints dynamically by adding them in sys.path
1616
at call time.
1717
18-
2. Setup the correct environemnent variables to setup the plugin to work
18+
2. Setup the correct environment variables to setup the plugin to work
1919
with DSS backend as the tracking backend and enable using DSS managed folder
2020
as artifact location.
2121
"""

0 commit comments

Comments
 (0)