Skip to content

Commit 6c40ee3

Browse files
Merge pull request #2208 from lucifertrj:logisticreg
PiperOrigin-RevId: 519768018
2 parents 426a691 + 4c4b1a0 commit 6c40ee3

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
@@ -915,7 +915,7 @@
915915
"- Analyzing error rates is a great way to gain more insight about a classification model's performance beyond its overall accuracy score.\n",
916916
"- 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",
917917
"\n",
918-
"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](../../load_data/images.ipynb) or [CSV data loading](../../load_data/csv.ipynb)."
918+
"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](../../tutorials/load_data/images.ipynb) or [CSV data loading](../../tutorials/load_data/csv.ipynb)."
919919
]
920920
}
921921
],

0 commit comments

Comments
 (0)