Searched refs:regression_head (Results 1 – 13 of 13) sorted by relevance
144 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 …]
311 head_lib.regression_head(
323 from tensorflow.contrib.learn.python.learn.estimators.head import regression_head
657 head_lib.regression_head(
737 head = head_lib.regression_head(
1883 head=head_lib.regression_head()),1909 head=head_lib.regression_head())1954 head=head_lib.regression_head(label_dimension=1),
1008 head = head_lib.regression_head(
191 def regression_head(label_name=None, function2136 _regression_head = regression_head
120 return head_lib.regression_head(133 return core_head_lib.regression_head(
515 head=head_lib.regression_head(weight_column_name=weight_column_name),
211 head = head_lib.regression_head(
604 head = head_lib.regression_head(
104 * 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…