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

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

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

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

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

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

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

tf.contrib.learn.Estimator.fit(x=None, y=None, input_fn=None, steps=None, batch_size=None, monitors=None, max_steps=None) See

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

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

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

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

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

tf.contrib.learn.LinearClassifier.predict_proba(x=None, input_fn=None, batch_size=None, outputs=None, as_iterable=False) Runs

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

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

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