Created using Colab

This commit is contained in:
udlbook
2025-01-30 11:35:39 -05:00
parent 472571aef0
commit f0337130cb

View File

@@ -4,7 +4,7 @@
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyOTr64QzGKRRfJqS3P6I/jU",
"authorship_tag": "ABX9TyOBSkQDzgifR3FuyHZMuMGd",
"include_colab_link": true
},
"kernelspec": {
@@ -38,7 +38,7 @@
{
"cell_type": "markdown",
"source": [
"# Fitting 1D regression model\n",
"# Fitting 1D quadratic model\n",
"\n",
"This notebook fits the quadratic model using coordinate descent.\n",
"\n",
@@ -54,7 +54,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"id": "bbF6SE_F0tU8"
},
@@ -82,7 +82,7 @@
"metadata": {
"id": "9fGAobBnyI7Z"
},
"execution_count": 2,
"execution_count": null,
"outputs": []
},
{
@@ -118,7 +118,7 @@
"metadata": {
"id": "O_3gRgR1AhfT"
},
"execution_count": 3,
"execution_count": null,
"outputs": []
},
{
@@ -147,7 +147,7 @@
"id": "PPA7RplHCfGC",
"outputId": "2bb7dcc4-21b3-4f37-d75a-d8cfeca72a3a"
},
"execution_count": 4,
"execution_count": null,
"outputs": [
{
"output_type": "display_data",
@@ -204,7 +204,7 @@
"metadata": {
"id": "_3d7J8CkCLQQ"
},
"execution_count": 8,
"execution_count": null,
"outputs": []
},
{
@@ -299,7 +299,7 @@
"metadata": {
"id": "uOvVKcj3ElEr"
},
"execution_count": 9,
"execution_count": null,
"outputs": []
},
{
@@ -316,7 +316,7 @@
"id": "7v7RpAM64XuD",
"outputId": "132f0a01-a29c-4dbb-ad28-3b3b4a0fe738"
},
"execution_count": 10,
"execution_count": null,
"outputs": [
{
"output_type": "display_data",