Skip to content

Commit d3c6981

Browse files
committed
Small updates to ML track for deployment
1 parent c5b554c commit d3c6981

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

learntools/machine_learning/kernels_metadata/ch2/kernel-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{"title": "Exercise: Exploring Your Data",
1+
{"title": "Exercise: Explore Your Data",
22
"id": "dansbecker/exercise-exploring-your-data",
33
"code_file": "../../nbs/ch2.ipynb",
44
"language": "python",

learntools/machine_learning/kernels_metadata/ch3/kernel-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{"title": "Exercise: Building Your Model",
2-
"id": "dansbecker/exercise-building-your-model",
1+
{"title": "Exercise: Your First Machine Learning Model",
2+
"id": "dansbecker/exercise-build-your-first-model",
33
"code_file": "../../nbs/ch3.ipynb",
44
"language": "python",
55
"kernel_type": "notebook",

learntools/machine_learning/kernels_metadata/tut2/kernel-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{"title": "Exploring Your Data",
2-
"id": "dansbecker/exploring-your-data",
1+
{"title": "Explore Your Data",
2+
"id": "dansbecker/explore-and-understand-your-data",
33
"code_file": "../../nbs/tut2.ipynb",
44
"language": "python",
55
"kernel_type": "notebook",

learntools/machine_learning/kernels_metadata/tut3/kernel-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{"title": "Building Your Model",
2-
"id": "dansbecker/building-your-model",
1+
{"title": "Your First Machine Learning Model",
2+
"id": "dansbecker/your-first-machine-learning-model",
33
"code_file": "../../nbs/tut3.ipynb",
44
"language": "python",
55
"kernel_type": "notebook",

learntools/machine_learning/kernels_metadata/tut5/kernel-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{"title": "Underfitting and Overfitting",
2-
"id": "dansbecker/underfitting-and-overfitting",
2+
"id": "dansbecker/underfitting-overfitting-and-model-optimization",
33
"code_file": "../../nbs/tut5.ipynb",
44
"language": "python",
55
"kernel_type": "notebook",

learntools/machine_learning/nbs/ch2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"Check out this **[discussion thread](https://www.kaggle.com/learn-forum/60581)** to see what others think or to add your ideas.\n",
139139
"\n",
140140
"## Keep Going\n",
141-
"Move on to **[Select and Filter Your Data](https://www.kaggle.com/dansbecker/selecting-and-filtering-in-pandas)** for closer examination and modeling.\n",
141+
"Move on to **[Reviewing Your Data](https://www.kaggle.com/dansbecker/your-first-machine-learning-model)** for closer examination and modeling.\n",
142142
"\n",
143143
"---\n",
144144
"**[Course Home Page](https://www.kaggle.com/learn/machine-learning)**\n",

0 commit comments

Comments
 (0)