tf.contrib.learn.RunConfig.job_name
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.RunConfig.job_name

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

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

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

class tf.contrib.learn.Estimator Estimator class is the basic TensorFlow model trainer/evaluator.

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

tf.contrib.learn.DNNClassifier.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.TensorFlowRNNClassifier.model_dir
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowRNNClassifier.model_dir

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

tf.contrib.learn.DNNRegressor.linear_weights_ Returns weights per feature of the linear part.

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

tf.contrib.learn.TensorFlowEstimator.model_dir

2025-01-10 15:47:30
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.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