Skip to content

Commit bc956bb

Browse files
Merge pull request #2122 from gadagashwini:patch-4
PiperOrigin-RevId: 475967711
2 parents 4f5220c + 1fac323 commit bc956bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/guide/core/logistic_regression_core.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"cell_type": "code",
1414
"execution_count": null,
1515
"metadata": {
16+
"cellView": "form",
1617
"id": "AwOEIRJC6Une"
1718
},
1819
"outputs": [],
@@ -847,7 +848,7 @@
847848
"\n",
848849
"- The [TensorFlow Core APIs](https://www.tensorflow.org/guide/core) can be used to build machine learning workflows with high levels of configurability\n",
849850
"- Analyzing error rates is a great way to gain more insight about a classification model's performance beyond its overall accuracy score. For more information on classification error rates, visit the following [crash course](https://developers.google.com/machine-learning/crash-course/classification/true-false-positive-negative).\n",
850-
"- Overfitting is another common problem for logistic regression models, though it wasn't a problem for this tutorial. Visit the [Overfit and underfit](overfit_and_underfit.ipynb) tutorial for more help with this.\n",
851+
"- Overfitting is another common problem for logistic regression models, though it wasn't a problem for this tutorial. Visit the [Overfit and underfit](../../tutorials/keras/overfit_and_underfit.ipynb) tutorial for more help with this.\n",
851852
"\n",
852853
"For more examples of using the TensorFlow Core APIs, check out the [guide](https://www.tensorflow.org/guide/core). If you want to learn more about loading and preparing data, see the tutorials on [image data loading](https://www.tensorflow.org/tutorials/load_data/images) or [CSV data loading](https://www.tensorflow.org/tutorials/load_data/csv)."
853854
]
@@ -859,7 +860,6 @@
859860
"FhGuhbZ6M5tl"
860861
],
861862
"name": "logistic_regression_core.ipynb",
862-
"provenance": [],
863863
"toc_visible": true
864864
},
865865
"kernelspec": {

0 commit comments

Comments
 (0)