From 38fe4202d82efb3ce9dad5f56cebce5f92081928 Mon Sep 17 00:00:00 2001 From: pedrozanlorensi Date: Fri, 6 Feb 2026 15:57:13 +0000 Subject: [PATCH 1/2] dummy change --- .../model-training.ipynb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Notebooks/2_ModelTrainingAndDeployment/model-training.ipynb b/Notebooks/2_ModelTrainingAndDeployment/model-training.ipynb index 1e6f1ce..63f4dd1 100644 --- a/Notebooks/2_ModelTrainingAndDeployment/model-training.ipynb +++ b/Notebooks/2_ModelTrainingAndDeployment/model-training.ipynb @@ -18,7 +18,8 @@ }, "outputs": [], "source": [ - "# This notebook is meant to train a classification model from the Iris dataset and save it to the UC" + "# This notebook is meant to train a classification model from the Iris dataset and save it to the UC\n", + "# Dummy change" ] }, { @@ -322,21 +323,21 @@ "label": null, "name": "catalog_name", "options": { - "validationRegex": null, - "widgetDisplayType": "Text" + "widgetDisplayType": "Text", + "validationRegex": null }, "parameterDataType": "String" }, "widgetInfo": { + "widgetType": "text", "defaultValue": "pedroz_e2edata_dev", "label": null, "name": "catalog_name", "options": { + "widgetType": "text", "autoCreated": null, - "validationRegex": null, - "widgetType": "text" - }, - "widgetType": "text" + "validationRegex": null + } } } } From 46dd50c25be339fbd6250c5f98312bb5a92ea347 Mon Sep 17 00:00:00 2001 From: pedrozanlorensi Date: Fri, 6 Feb 2026 15:59:44 +0000 Subject: [PATCH 2/2] Revert dummy change --- Notebooks/2_ModelTrainingAndDeployment/model-training.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Notebooks/2_ModelTrainingAndDeployment/model-training.ipynb b/Notebooks/2_ModelTrainingAndDeployment/model-training.ipynb index 63f4dd1..ad80913 100644 --- a/Notebooks/2_ModelTrainingAndDeployment/model-training.ipynb +++ b/Notebooks/2_ModelTrainingAndDeployment/model-training.ipynb @@ -18,8 +18,7 @@ }, "outputs": [], "source": [ - "# This notebook is meant to train a classification model from the Iris dataset and save it to the UC\n", - "# Dummy change" + "# This notebook is meant to train a classification model from the Iris dataset and save it to the UC" ] }, {