tf.contrib.learn.TensorFlowRNNClassifier.get_variable_value(name) Returns value of the variable given by name.
tf.contrib.learn.BaseEstimator.get_variable_value(name) Returns value of the variable given by name. Args:
tf.contrib.learn.LinearRegressor.get_variable_names() Returns list of all variable names in this model.
tf.contrib.learn.BaseEstimator.__init__(model_dir=None, config=None) Initializes a BaseEstimator instance.
tf.contrib.learn.TensorFlowRNNRegressor.set_params(**params) Set the parameters of this estimator. The
tf.contrib.learn.BaseEstimator.get_params(deep=True) Get parameters for this estimator. Args:
tf.contrib.learn.DNNRegressor.get_variable_value(name) Returns value of the variable given by name. Args:
tf.contrib.learn.DNNRegressor.model_dir
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:
Page 12 of 18