From: Sean Silva Date: Fri, 25 May 2018 07:27:46 +0000 (-0700) Subject: Fix broken link X-Git-Tag: upstream/v1.9.0_rc1~60^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=643c14a80f961778e5a535f424aa9355ae26cdeb;p=platform%2Fupstream%2Ftensorflow.git Fix broken link Also, as a side note, I found this link confusing. I was expecting it to take me to a list of pre-made estimators. Not a definition of what a pre-made estimator is. (maybe the glossary definition should link to a list of pre-made estimators?) --- diff --git a/tensorflow/docs_src/get_started/premade_estimators.md b/tensorflow/docs_src/get_started/premade_estimators.md index 4be7e50..15853bc 100644 --- a/tensorflow/docs_src/get_started/premade_estimators.md +++ b/tensorflow/docs_src/get_started/premade_estimators.md @@ -177,7 +177,7 @@ other features so you can concentrate on your model. For more details see An Estimator is any class derived from @{tf.estimator.Estimator}. TensorFlow provides a collection of -[pre-made Estimators](https://developers.google.com/machine-learning/glossary/#pre-made_Estimator) +[pre-made Estimators](https://developers.google.com/machine-learning/glossary/#premade_Estimator) (for example, `LinearRegressor`) to implement common ML algorithms. Beyond those, you may write your own [custom Estimators](https://developers.google.com/machine-learning/glossary/#custom_Estimator).