Skip to content

Commit b010dab

Browse files
authored
Update how-to-log-view-metrics.md
1 parent 42e0385 commit b010dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-log-view-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ Metrics, as opposite to parameters, are always numeric, and they can be logged e
161161
162162
### Log metrics asynchronously
163163
164-
MLflow also allows logging of metrics in an asynchronous way. Asynchronous metric logging is particularly useful in cases where large training jobs with tens of compute nodes might be running and trying to log metrics concurrently. It's also useful when an small number of nodes is trying to log a high number of metrics.
164+
MLflow also allows logging of metrics in an asynchronous way. Asynchronous metric logging is particularly useful in cases where large training jobs with tens of compute nodes might be running and trying to log metrics concurrently. It's also useful when a small number of nodes is trying to log a high number of metrics.
165165
166-
Asynchronous metric logging allows you to log metrics inmediately by avoiding waiting for them to materialize in the backend service. This approach scales to large training routines that log hundreds of thousands of metric values and it's the recommended approach.
166+
Asynchronous metric logging allows you to log metrics immediately by avoiding waiting for them to materialize in the backend service. This approach scales to large training routines that log hundreds of thousands of metric values and it's the recommended approach.
167167
168168
MLflow logs metrics synchronously by default, however, you can change this behavior at any time:
169169

0 commit comments

Comments
 (0)