tf.contrib.learn.BaseEstimator.set_params(**params) Set the parameters of this estimator. The
tf.contrib.learn.TensorFlowEstimator.restore(cls, path, config=None) Restores model from give path. Args:
tf.contrib.learn.Estimator.__repr__()
tf.contrib.learn.RunConfig.is_chief
tf.contrib.learn.LinearRegressor.predict(*args, **kwargs) Returns predictions for given features. (deprecated arguments)
tf.contrib.learn.DNNRegressor.get_params(deep=True) Get parameters for this estimator. Args:
tf.contrib.learn.DNNRegressor.set_params(**params) Set the parameters of this estimator. The method
tf.contrib.learn.DNNRegressor.get_variable_names() Returns list of all variable names in this model.
tf.contrib.learn.TensorFlowRNNClassifier.bias_ Returns bias of the rnn layer.
tf.contrib.learn.LinearClassifier.__init__(feature_columns, model_dir=None, n_classes=2, weight_column_name=None, optimizer=None, gradient_clip_norm=None, enable_centered_bias=None
Page 7 of 18