tf.contrib.learn.Estimator.set_params()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

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

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

tf.contrib.learn.DNNClassifier.__init__(hidden_units, feature_columns, model_dir=None, n_classes=2, weight_column_name=None, optimizer=None, activation_fn=relu, dropout=None

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

tf.contrib.learn.LinearClassifier.__init__(feature_columns, model_dir=None, n_classes=2, weight_column_name=None, optimizer=None, gradient_clip_norm=None, enable_centered_bias=None

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

tf.contrib.learn.TensorFlowRNNRegressor.__init__(rnn_size, cell_type='gru', num_layers=1, input_op_fn=null_input_op_fn, initial_state=None, bidirectional=False, sequence_length=None

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

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

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

tf.contrib.learn.DNNRegressor.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.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