aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest/client/random_forest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/tensor_forest/client/random_forest.py')
-rw-r--r--tensorflow/contrib/tensor_forest/client/random_forest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/tensor_forest/client/random_forest.py b/tensorflow/contrib/tensor_forest/client/random_forest.py
index 47685df4a5..1221165baa 100644
--- a/tensorflow/contrib/tensor_forest/client/random_forest.py
+++ b/tensorflow/contrib/tensor_forest/client/random_forest.py
@@ -315,7 +315,7 @@ class TensorForestEstimator(estimator.Estimator):
though training might be distributed.
version: String indicating TensorForest version to use, for backward
compatibility. Either 'v2', 'v4', or None to let system pick.
- Overrides grpah_builder_class.
+ Overrides graph_builder_class.
Returns:
A `TensorForestEstimator` instance.