tf.contrib.learn.BaseEstimator.__repr__()
tf.contrib.learn.TensorFlowRNNRegressor.__repr__()
tf.contrib.learn.TensorFlowRNNRegressor.predict(x, axis=1, batch_size=None) Predict class or regression for x.
tf.contrib.learn.DNNRegressor.get_variable_names() Returns list of all variable names in this model.
tf.contrib.learn.BaseEstimator.predict(*args, **kwargs) Returns predictions for given features. (deprecated arguments)
tf.contrib.learn.LinearClassifier.predict_proba(x=None, input_fn=None, batch_size=None, outputs=None, as_iterable=False) Runs
tf.contrib.learn.Estimator.set_params(**params) Set the parameters of this estimator. The method
tf.contrib.learn.RunConfig.is_chief
tf.contrib.learn.BaseEstimator.set_params(**params) Set the parameters of this estimator. The
tf.contrib.learn.TensorFlowEstimator.export(*args, **kwargs) Exports inference graph into given dir. (deprecated arguments)
Page 9 of 18