Skip to content

Commit

Permalink
Merge pull request #102 from willgoldby:main
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 663494383
  • Loading branch information
copybara-github committed Aug 15, 2024
2 parents 5beb031 + bdb1260 commit d97b978
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions ml/cc/exercises/linear_regression_taxi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"Machine Learning Crash Course uses Colaboratories (Colabs) for all programming exercises. Colab is Google's implementation of [Jupyter Notebook](https://jupyter.org/). For more information about Colabs and how to use them, go to [Welcome to Colaboratory](https://research.google.com/colaboratory).\n",
"\n",
"# Linear Regression\n",
"In this Colab you will use a real dataset to train a model to predict the fare of a taxi ride in Chicago, IL.\n",
"In this Colab you will use a real dataset to train a model to predict the fare of a taxi ride in Chicago, Illinois.\n",
"\n",
"## Learning Objectives\n",
"After completing this Colab, you'll be able to:\n",
Expand Down Expand Up @@ -62,24 +62,6 @@
"\n"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "Gi1pwamg_sWX"
},
"source": [
"## Copy this Colab\n",
"\n",
"***IMPORTANT:*** *If you plan to edit any code or text cells in this Colab, make a copy first and work from the copy.*\n",
"\n",
"**Instructions**\n",
"\n",
"1. From the menu select **File > Save copy in Drive**\n",
"1. A new copy will open in a new tab.\n",
"1. Update the name of the file to give your copy a new name.\n",
"1. Proceed with the Colab from your new copy."
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -994,10 +976,10 @@
],
"metadata": {
"colab": {
"provenance": [],
"collapsed_sections": [
"sgR4YRjj5T-b"
]
],
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
Expand All @@ -1009,4 +991,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit d97b978

Please # to comment.