Skip to content

Commit

Permalink
uncap experiment tracking
Browse files Browse the repository at this point in the history
Signed-off-by: rashidakanchwala <[email protected]>
  • Loading branch information
rashidakanchwala committed Jan 28, 2025
1 parent 3919c5b commit 2df0360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/experiment_tracking.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Experiment tracking in Kedro-Viz

```{important}
Starting from Kedro-Viz 11.0.0, native Experiment Tracking will be deprecated in Kedro and Kedro-Viz. To enable experiment tracking in Kedro with MLflow, refer to the [`kedro-mlflow` documentation](https://docs.kedro.org/en/latest/integrations/mlflow.html).
Starting from Kedro-Viz 11.0.0, native experiment tracking will be deprecated in Kedro and Kedro-Viz. To enable experiment tracking in Kedro with MLflow, refer to the [`kedro-mlflow` documentation](https://docs.kedro.org/en/latest/integrations/mlflow.html).
```

Experiment tracking is the process of saving all the metadata related to an experiment each time you run it. It enables you to compare different runs of a machine-learning model as part of the experimentation process.
Expand Down

0 comments on commit 2df0360

Please sign in to comment.