tf.contrib.learn.Estimator.export(*args, **kwargs) Exports inference graph into given dir. (deprecated arguments)
tf.contrib.learn.TensorFlowRNNClassifier.predict(x, axis=1, batch_size=None) Predict class or regression for x.
tf.contrib.learn.DNNClassifier.predict_proba(*args, **kwargs) Returns prediction probabilities for given features. (deprecated
tf.contrib.learn.TensorFlowRNNClassifier.save(path) Saves checkpoints and graph to given path. Args:
tf.contrib.learn.run_n(output_dict, feed_dict=None, restore_checkpoint_path=None, n=1) Run output_dict tensors n
tf.contrib.learn.Estimator.get_params(deep=True) Get parameters for this estimator. Args:
tf.contrib.learn.TensorFlowRNNClassifier.get_variable_value(name) Returns value of the variable given by name.
tf.contrib.learn.LinearClassifier.evaluate(x=None, y=None, input_fn=None, feed_fn=None, batch_size=None, steps=None, metrics=None, name=None)
tf.contrib.learn.DNNClassifier.get_variable_names() Returns list of all variable names in this model.
tf.contrib.learn.DNNClassifier.model_dir
Page 14 of 18