File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ mlflow_run = mlflow.start_run()
75
75
76
76
| Logged Value| Example code| Notes|
77
77
| ----| ----| ----|
78
- | Log a numeric value (int or float) | ` mlfow .log_metric('my_metric', 1)` | |
79
- | Log a boolean value | ` mlfow .log_metric('my_metric', 0)` | 0 = True, 1 = False|
80
- | Log a string | ` mlfow .log_text('foo', 'my_string')` | Logged as an artifact|
78
+ | Log a numeric value (int or float) | ` mlflow .log_metric('my_metric', 1)` | |
79
+ | Log a boolean value | ` mlflow .log_metric('my_metric', 0)` | 0 = True, 1 = False|
80
+ | Log a string | ` mlflow .log_text('foo', 'my_string')` | Logged as an artifact|
81
81
| Log numpy metrics or PIL image objects| ` mlflow.log_image(img, 'figure.png') ` ||
82
82
| Log matlotlib plot or image file| ` mlflow.log_figure(fig, "figure.png") ` ||
83
83
You can’t perform that action at this time.
0 commit comments