tf.contrib.learn.TensorFlowEstimator.get_variable_value(name) Returns value of the variable given by name.
tf.contrib.learn.Estimator.get_variable_value(name) Returns value of the variable given by name. Args:
tf.contrib.learn.Estimator.evaluate(x=None, y=None, input_fn=None, feed_fn=None, batch_size=None, steps=None, metrics=None, name=None) See
class tf.contrib.learn.ModeKeys Standard names for model modes. The following standard keys are
tf.contrib.learn.LinearClassifier.get_variable_value(name)
tf.contrib.learn.DNNClassifier.predict(*args, **kwargs) Returns predicted classes for given features. (deprecated arguments)
tf.contrib.learn.TensorFlowRNNRegressor.partial_fit(x, y) Incremental fit on a batch of samples. This
tf.contrib.learn.Estimator.__init__(model_fn=None, model_dir=None, config=None, params=None, feature_engineering_fn=None) Constructs
tf.contrib.learn.LinearClassifier.get_variable_names()
tf.contrib.learn.BaseEstimator.fit(x=None, y=None, input_fn=None, steps=None, batch_size=None, monitors=None, max_steps=None) See
Page 2 of 18