tf.contrib.learn.TensorFlowRNNClassifier.__repr__()
tf.contrib.learn.BaseEstimator.get_variable_names() Returns list of all variable names in this model.
tf.contrib.learn.LinearRegressor.dnn_weights_ Returns weights of deep neural network part.
tf.contrib.learn.TensorFlowRNNRegressor.restore(cls, path, config=None) Restores model from give path.
tf.contrib.learn.TensorFlowRNNClassifier.set_params(**params) Set the parameters of this estimator. The
class tf.contrib.learn.TensorFlowRNNClassifier TensorFlow RNN Classifier model.
tf.contrib.learn.extract_pandas_data(data) Extract data from pandas.DataFrame for predictors. Given
tf.contrib.learn.RunConfig.job_name
class tf.contrib.learn.LinearClassifier Linear classifier model. Train a linear model to classify
tf.contrib.learn.LinearRegressor.get_variable_value(name) Returns value of the variable given by name.
Page 4 of 18