tf.contrib.learn.TensorFlowRNNClassifier.save()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

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

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

tf.contrib.learn.BaseEstimator.partial_fit(x=None, y=None, input_fn=None, steps=1, batch_size=None, monitors=None) Incremental

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

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

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

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

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

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

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

class tf.contrib.learn.DNNRegressor A regressor for TensorFlow DNN models. Example:

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

tf.contrib.learn.TensorFlowRNNClassifier.get_variable_value(name) Returns value of the variable given by name.

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

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

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

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

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

tf.contrib.learn.LinearRegressor.model_dir

2025-01-10 15:47:30