From 667346fbdd6e13de8ab4e7f084d9f49e8bfdc0c1 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:57:32 -0500 Subject: [PATCH] Created using Colab --- Trees/LinearRegression_LossFunction.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Trees/LinearRegression_LossFunction.ipynb b/Trees/LinearRegression_LossFunction.ipynb index b269171..316a0ae 100644 --- a/Trees/LinearRegression_LossFunction.ipynb +++ b/Trees/LinearRegression_LossFunction.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyPss+SDCn3GEVlRYmKVEPWE", + "authorship_tag": "ABX9TyNW9je/Pk2yQ+ikZkj4p7gC", "include_colab_link": true }, "kernelspec": { @@ -170,7 +170,7 @@ "# Function to calculate the loss\n", "def compute_loss(x,y,phi0,phi1):\n", "\n", - " # TODO Replace this line with the loss calculation (equation 2.5)\n", + " # TODO Replace this line with the loss calculation\n", " loss = 0\n", "\n", "\n",