Home
last modified time | relevance | path

Searched refs:regression_head (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dhead_test.py144 head = head_lib.regression_head()
158 head = head_lib.regression_head(link_fn=math_ops.square)
177 head = head_lib.regression_head()
188 head = head_lib.regression_head()
206 head = head_lib.regression_head()
219 head = head_lib.regression_head()
235 head = head_lib.regression_head(label_name=label_name)
249 head = head_lib.regression_head(weight_column_name="label_weight")
267 head = head_lib.regression_head(weight_column_name="label_weight")
284 head = head_lib.regression_head(weight_column_name="label_weight")
[all …]
Ddebug.py311 head_lib.regression_head(
D__init__.py323 from tensorflow.contrib.learn.python.learn.estimators.head import regression_head
Ddnn.py657 head_lib.regression_head(
Dlinear.py737 head = head_lib.regression_head(
Dlinear_test.py1883 head=head_lib.regression_head()),
1909 head=head_lib.regression_head())
1954 head=head_lib.regression_head(label_dimension=1),
Ddnn_linear_combined.py1008 head = head_lib.regression_head(
Dhead.py191 def regression_head(label_name=None, function
2136 _regression_head = regression_head
/external/tensorflow/tensorflow/contrib/tensor_forest/client/
Drandom_forest.py120 return head_lib.regression_head(
133 return core_head_lib.regression_head(
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/
Dsdca_estimator.py515 head=head_lib.regression_head(weight_column_name=weight_column_name),
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Destimator.py211 head = head_lib.regression_head(
Ddnn_tree_combined_estimator.py604 head = head_lib.regression_head(
/external/tensorflow/
DRELEASE.md104 * Update `regression_head` to the new Head API for Canned Estimator V2.
583 …* `regression_head` now accepts customized link function, to satisfy the usage that user can defin…