Exemplo n.º 1
0
 def testEstimatorContract(self):
     estimator_test_utils.assert_estimator_contract(
         self, tf.contrib.learn.DNNRegressor)
 def testEstimatorContract(self):
     estimator_test_utils.assert_estimator_contract(
         self, tf.contrib.learn.DNNLinearCombinedRegressor)
Exemplo n.º 3
0
 def testEstimatorContract(self):
     estimator_test_utils.assert_estimator_contract(
         self, tf.contrib.learn.DNNClassifier)
 def testClassifierContract(self):
   estimator_test_utils.assert_estimator_contract(
       self, estimator.DNNBoostedTreeCombinedClassifier)
 def testEstimatorContract(self):
   estimator_test_utils.assert_estimator_contract(
       self, estimator.DNNBoostedTreeCombinedEstimator)
Exemplo n.º 6
0
 def testEstimatorContract(self):
   estimator_test_utils.assert_estimator_contract(self, debug.DebugRegressor)
Exemplo n.º 7
0
 def testEstimatorContract(self):
     estimator_test_utils.assert_estimator_contract(
         self, tf.contrib.learn.DNNClassifier)
Exemplo n.º 8
0
 def testEstimatorContract(self):
   estimator_test_utils.assert_estimator_contract(self, debug.DebugClassifier)
 def testEstimatorContract(self):
     estimator_test_utils.assert_estimator_contract(
         self, estimator.DNNBoostedTreeCombinedEstimator)
 def testClassifierContract(self):
     estimator_test_utils.assert_estimator_contract(
         self, estimator.DNNBoostedTreeCombinedClassifier)
Exemplo n.º 11
0
 def testEstimatorContract(self):
   estimator_test_utils.assert_estimator_contract(self, dnn.DNNRegressor)
Exemplo n.º 12
0
 def testEstimatorContract(self):
   estimator_test_utils.assert_estimator_contract(self, dnn.DNNClassifier)