From e743cf404d661294616a5e91f1e49048c93b7174 Mon Sep 17 00:00:00 2001 From: JERRYenSHU503 <1929891932@qq.com> Date: Sun, 28 Apr 2024 20:41:05 +0800 Subject: [PATCH 1/2] Update model-selection.ipynb --- .../ml-advanced/model-selection.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/open-machine-learning-jupyter-book/ml-advanced/model-selection.ipynb b/open-machine-learning-jupyter-book/ml-advanced/model-selection.ipynb index 6b33475ae..954f6e39c 100644 --- a/open-machine-learning-jupyter-book/ml-advanced/model-selection.ipynb +++ b/open-machine-learning-jupyter-book/ml-advanced/model-selection.ipynb @@ -20,6 +20,7 @@ }, { "cell_type": "markdown", + "id": "fa21427a", "metadata": { "tags": [ "remove-cell" @@ -725,6 +726,7 @@ }, { "cell_type": "markdown", + "id": "06344295", "metadata": {}, "source": [ "## Acknowledgments\n", From 40d464449128b59f0807ae3b75c0ead90e50b135 Mon Sep 17 00:00:00 2001 From: JERRYenSHU503 <1929891932@qq.com> Date: Mon, 29 Apr 2024 14:02:50 +0800 Subject: [PATCH 2/2] Update model-selection.ipynb --- .../ml-advanced/model-selection.ipynb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/open-machine-learning-jupyter-book/ml-advanced/model-selection.ipynb b/open-machine-learning-jupyter-book/ml-advanced/model-selection.ipynb index 954f6e39c..800a7d709 100644 --- a/open-machine-learning-jupyter-book/ml-advanced/model-selection.ipynb +++ b/open-machine-learning-jupyter-book/ml-advanced/model-selection.ipynb @@ -705,14 +705,12 @@ "Machine learning model selection and dealing with overfitting and underfitting are crucial aspects of the machine learning pipeline. In this assignment, you'll have the opportunity to apply your understanding of these concepts and techniques. \n", "Please complete the following tasks:\n", "\n", - "- [model-selection-assignment-1](../assignments/ml-advanced/model-selection/model-selection-assignment-1.ipynb)\n", + "- [learning-curve-to-identify-overfit-underfit](../assignments/ml-advanced/model-selection/learning-curve-to-identify-overfit-underfit.ipynb)\n", "\n", "- [lasso-and-ridge-regression](../assignments/ml-advanced/model-selection/lasso-and-ridge-regression.ipynb)\n", "\n", "- [dropout-and-batch-normalization](../assignments/ml-advanced/model-selection/dropout-and-batch-normalization.ipynb)\n", "\n", - "- [learning-curve-to-identify-overfit-underfit](../assignments/ml-advanced/model-selection/learning-curve-to-identify-overfit-underfit.ipynb)\n", - "\n", "- [regularized-linear-models](../assignments/ml-advanced/model-selection/regularized-linear-models.ipynb)\n", "\n", "## Self study\n",