From ae0e80243f7139db400a5fd9d24de25398a9463c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Jul 2024 15:16:01 +0000 Subject: [PATCH] Strip outputs from .ipynb files in PM1 --- PM1/python-linear-model-overfitting.ipynb | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/PM1/python-linear-model-overfitting.ipynb b/PM1/python-linear-model-overfitting.ipynb index 25b05c01..424560c0 100644 --- a/PM1/python-linear-model-overfitting.ipynb +++ b/PM1/python-linear-model-overfitting.ipynb @@ -21,7 +21,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": { "id": "YTaOmenI7TfT" }, @@ -44,7 +44,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": { "id": "C57WYtYM7OL0", "papermill": { @@ -56,23 +56,7 @@ }, "tags": [] }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "p/n is: 1.0\n", - "R^2 is 1.0\n", - "Adjusted R^2 is nan\n", - "p/n is: 0.5\n", - "R^2 is 0.5232392347513539\n", - "Adjusted R^2 is 0.04647846950270784\n", - "p/n is: 0.05\n", - "R^2 is 0.05610356497156044\n", - "Adjusted R^2 is 0.006424805233221531\n" - ] - } - ], + "outputs": [], "source": [ "regression_stats(1000, 1000)\n", "regression_stats(1000, 500)\n",