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

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

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.DNNClassifier.predict_proba()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.DNNClassifier.predict_proba(*args, **kwargs) Returns prediction probabilities for given features. (deprecated

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

tf.contrib.learn.TensorFlowRNNRegressor.set_params(**params) Set the parameters of this estimator. The

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.TensorFlowRNNRegressor.bias_
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowRNNRegressor.bias_ Returns bias of the rnn layer.

2025-01-10 15:47:30
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.LinearClassifier.evaluate()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.LinearClassifier.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.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.train()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.train(graph, output_dir, train_op, loss_op, global_step_tensor=None, init_op=None, init_feed_dict=None, init_fn=None, log_every_steps=10, supervisor_is_chief=True

2025-01-10 15:47:30