From 2df036019569e5c5d9374e642dbb29ae077a173c Mon Sep 17 00:00:00 2001 From: rashidakanchwala Date: Tue, 28 Jan 2025 10:03:09 +0000 Subject: [PATCH] uncap experiment tracking Signed-off-by: rashidakanchwala --- docs/source/experiment_tracking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/experiment_tracking.md b/docs/source/experiment_tracking.md index 829332184..b2af90929 100644 --- a/docs/source/experiment_tracking.md +++ b/docs/source/experiment_tracking.md @@ -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.