@User
> I created a node to compute some metrics
to log metrics on MLFlow using the kedro-mlflow plugin, you need to:
1. return a dictionary of metrics in the following format:
{
"metric_name_1": {"value": 0.9, "step": 1},
"metric_name_2": {"value": 0.9, "step": 1},
}
2. have the metric defined in the catalog. For example:
output_metric_name_defined_in_node_output:
type: kedro_mlflow.io.metrics.MlflowMetricsDataSet
> Where can I find the run-ids on the web ui?
If I understood it correctly, the run id is the top of the run page (see image attached)