tf.contrib.learn.LinearRegressor.get_params()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.LinearRegressor.get_params(deep=True) Get parameters for this estimator. Args:

2025-01-10 15:47:30
tf.contrib.learn.BaseEstimator.get_variable_names()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.BaseEstimator.get_variable_names() Returns list of all variable names in this model.

2025-01-10 15:47:30
tf.contrib.learn.TensorFlowEstimator.evaluate()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowEstimator.evaluate(x=None, y=None, input_fn=None, feed_fn=None, batch_size=None, steps=None, metrics=None, name=None)

2025-01-10 15:47:30
tf.contrib.learn.TensorFlowRNNRegressor.fit()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowRNNRegressor.fit(x, y, steps=None, monitors=None, logdir=None) Neural network model from provided

2025-01-10 15:47:30
tf.contrib.learn.TensorFlowRNNRegressor.save()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowRNNRegressor.save(path) Saves checkpoints and graph to given path. Args:

2025-01-10 15:47:30
tf.contrib.learn.TensorFlowEstimator.predict()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowEstimator.predict(x, axis=1, batch_size=None) Predict class or regression for x.

2025-01-10 15:47:30
tf.contrib.learn.TensorFlowEstimator.get_params()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowEstimator.get_params(deep=True) Get parameters for this estimator. Args:

2025-01-10 15:47:30
tf.contrib.learn.BaseEstimator.config
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.BaseEstimator.config

2025-01-10 15:47:30
tf.contrib.learn.LinearClassifier.weights_
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.LinearClassifier.weights_

2025-01-10 15:47:30
tf.contrib.learn.TensorFlowRNNClassifier.export()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowRNNClassifier.export(*args, **kwargs) Exports inference graph into given dir. (deprecated arguments)

2025-01-10 15:47:30