aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.learn.BaseEstimator.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.learn.BaseEstimator.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.learn.BaseEstimator.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.learn.BaseEstimator.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.learn.BaseEstimator.md
index b29f52ca91..2d416c79b6 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.learn.BaseEstimator.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.learn.BaseEstimator.md
@@ -6,14 +6,17 @@ Concrete implementation of this class should provide following functions:
* _get_predict_ops
`Estimator` implemented below is a good example of how to use this class.
-
-Parameters:
- model_dir: Directory to save model parameters, graph and etc.
- - -
#### `tf.contrib.learn.BaseEstimator.__init__(model_dir=None, config=None)` {#BaseEstimator.__init__}
+Initializes a BaseEstimator instance.
+
+##### Args:
+
+* <b>`model_dir`</b>: Directory to save model parameters, graph and etc.
+* <b>`config`</b>: A RunConfig instance.
- - -