tf.contrib.learn.Estimator.predict(*args, **kwargs) Returns predictions for given features. (deprecated arguments)
tf.contrib.learn.LinearRegressor.export(*args, **kwargs) Exports inference graph into given dir. (deprecated arguments)
tf.contrib.learn.TensorFlowEstimator.partial_fit(x, y) Incremental fit on a batch of samples. This
tf.contrib.learn.BaseEstimator.export(*args, **kwargs) Exports inference graph into given dir. (deprecated arguments)
tf.contrib.learn.DNNRegressor.set_params(**params) Set the parameters of this estimator. The method
tf.contrib.learn.TensorFlowRNNClassifier.bias_ Returns bias of the rnn layer.
tf.contrib.learn.DNNRegressor.linear_weights_ Returns weights per feature of the linear part.
tf.contrib.learn.TensorFlowRNNRegressor.get_tensor(name) Returns tensor by name. Args:
tf.contrib.learn.LinearClassifier.bias_
tf.contrib.learn.Estimator.fit(x=None, y=None, input_fn=None, steps=None, batch_size=None, monitors=None, max_steps=None) See
Page 7 of 18