Searched refs:LinearEstimator (Results 1 – 9 of 9) sorted by relevance
1 path: "tensorflow.estimator.LinearEstimator"3 is_instance: "<class \'tensorflow_estimator.python.estimator.canned.linear.LinearEstimator\'>"
104 name: "LinearEstimator"
1 path: "tensorflow.estimator.LinearEstimator"
326 from tensorflow.contrib.learn.python.learn.estimators.linear import LinearEstimator
875 class LinearEstimator(estimator.Estimator): class977 super(LinearEstimator, self).__init__(
1882 estimator=linear.LinearEstimator(feature_columns=cont_features,1890 linear.LinearEstimator)1908 linear_estimator = linear.LinearEstimator(feature_columns=[age, language],1934 linear_estimator = linear.LinearEstimator(1953 linear.LinearEstimator(
13 `LinearRegressor`, `LinearEstimator`, `DNNLinearCombinedClassifier`,
67 * `tf.contrib.estimator.LinearEstimator` with `tf.estimator.LinearEstimator`102 …* Replace all occurrences of `tf.contrib.estimator.LinearEstimator` with `tf.estimator.LinearEstim…