We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68237f2 commit ab12f5dCopy full SHA for ab12f5d
articles/machine-learning/how-to-log-view-metrics.md
@@ -172,8 +172,8 @@ import mlflow
172
173
mlflow.config.enable_async_logging()
174
```
175
-It is recommended to use above global flag when you want to influence the logging behavior at all places and/or you are using some
176
-wrapper library that wraps mlflow for logging actual metrics.
+It is recommended to use above global flag when you want to enable asynchronous logging of metrics throughout your code
+and/or you are using some wrapper library that wraps mlflow for logging actual metrics.
177
178
The same property can be set, using an environment variable:
179
0 commit comments