tf.contrib.learn.TensorFlowEstimator.predict_proba()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowEstimator.predict_proba(x, batch_size=None) Predict class probability of the input samples x

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

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

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

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

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

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

tf.contrib.learn.DNNRegressor.predict(*args, **kwargs) Returns predictions for given features. (deprecated arguments)

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

tf.contrib.learn.TensorFlowEstimator.get_tensor(name) Returns tensor by name. Args:

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

tf.contrib.learn.TensorFlowEstimator.restore(cls, path, config=None) Restores model from give path. Args:

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

tf.contrib.learn.LinearRegressor.predict(*args, **kwargs) Returns predictions for given features. (deprecated arguments)

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

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

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

tf.contrib.learn.infer(restore_checkpoint_path, output_dict, feed_dict=None) Restore graph from restore_checkpoint_path

2025-01-10 15:47:30