Skip to content

Commit dd91c82

Browse files
authored
Use relative link for Overfit and underfit tutorial in Logistic regression for binary classification with Core APIs guide
1 parent f5cd317 commit dd91c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/core/logistic_regression_core.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@
848848
"\n",
849849
"- The [TensorFlow Core APIs](https://www.tensorflow.org/guide/core) can be used to build machine learning workflows with high levels of configurability\n",
850850
"- 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",
851-
"- Overfitting is another common problem for logistic regression models, though it wasn't a problem for this tutorial. Visit the [Overfit and underfit](https://www.tensorflow.org/tutorials/keras/overfit_and_underfit) 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",
852852
"\n",
853853
"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)."
854854
]

0 commit comments

Comments
 (0)