tf.contrib.learn.DNNRegressor.get_variable_value(name) Returns value of the variable given by name. Args:
tf.contrib.learn.TensorFlowRNNClassifier.get_params(deep=True) Get parameters for this estimator. Args:
tf.contrib.learn.Estimator.get_params(deep=True) Get parameters for this estimator. Args:
class tf.contrib.learn.LinearRegressor Linear regressor model. Train a linear regression model
class tf.contrib.learn.NanLossDuringTrainingError
class tf.contrib.learn.DNNRegressor A regressor for TensorFlow DNN models. Example:
tf.contrib.learn.TensorFlowRNNRegressor.get_variable_names() Returns list of all variable names in this model.
tf.contrib.learn.DNNRegressor.linear_bias_ Returns bias of the linear part.
tf.contrib.learn.LinearRegressor.weights_
tf.contrib.learn.LinearRegressor.bias_
Page 13 of 18