tf.contrib.learn.TensorFlowEstimator.__repr__()
tf.contrib.learn.TensorFlowRNNRegressor.partial_fit(x, y) Incremental fit on a batch of samples. This
tf.contrib.learn.TensorFlowRNNRegressor.config
tf.contrib.learn.TensorFlowRNNClassifier.predict_proba(x, batch_size=None) Predict class probability of the input samples x
tf.contrib.learn.TensorFlowRNNRegressor.evaluate(x=None, y=None, input_fn=None, feed_fn=None, batch_size=None, steps=None, metrics=None, name=None)
tf.contrib.learn.Estimator.get_variable_value(name) Returns value of the variable given by name. Args:
tf.contrib.learn.BaseEstimator.fit(x=None, y=None, input_fn=None, steps=None, batch_size=None, monitors=None, max_steps=None) See
tf.contrib.learn.TensorFlowEstimator.fit(x, y, steps=None, monitors=None, logdir=None) Neural network model from provided model_fn
tf.contrib.learn.LinearClassifier.get_variable_value(name)
tf.contrib.learn.TensorFlowEstimator.get_variable_value(name) Returns value of the variable given by name.
Page 2 of 18