tf.contrib.learn.BaseEstimator.__repr__()
tf.contrib.learn.TensorFlowEstimator.partial_fit(x, y) Incremental fit on a batch of samples. This
tf.contrib.learn.TensorFlowEstimator.predict_proba(x, batch_size=None) Predict class probability of the input samples x
tf.contrib.learn.Estimator.fit(x=None, y=None, input_fn=None, steps=None, batch_size=None, monitors=None, max_steps=None) See
tf.contrib.learn.LinearClassifier.bias_
tf.contrib.learn.LinearRegressor.evaluate(x=None, y=None, input_fn=None, feed_fn=None, batch_size=None, steps=None, metrics=None, name=None) See
tf.contrib.learn.Estimator.set_params(**params) Set the parameters of this estimator. The method
tf.contrib.learn.BaseEstimator.predict(*args, **kwargs) Returns predictions for given features. (deprecated arguments)
tf.contrib.learn.Estimator.predict(*args, **kwargs) Returns predictions for given features. (deprecated arguments)
tf.contrib.learn.TensorFlowEstimator.get_tensor(name) Returns tensor by name. Args:
Page 8 of 18