HomeSort by relevance Sort by last modified time
    Searched full:regressor (Results 26 - 35 of 35) sorted by null

12

  /external/tensorflow/tensorflow/python/keras/_impl/keras/wrappers/
scikit_learn.py 316 """Implementation of the scikit-learn regressor API for Keras.
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
dnn_tree_combined_estimator.py 348 """A regressor that uses a combined DNN/GBDT model."""
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
dynamic_rnn_estimator.py 656 name += 'Regressor'
state_saving_rnn_estimator.py 613 name += 'Regressor'
dnn.py 522 """A regressor for TensorFlow DNN models.
    [all...]
linear.py 626 """Linear regressor model.
    [all...]
dnn_linear_combined.py     [all...]
  /external/tensorflow/tensorflow/python/estimator/canned/
dnn.py 363 """A regressor for TensorFlow DNN models.
linear_testing_utils.py 175 regressor = self._linear_regressor_fn(
192 regressor.train(input_fn=_input_fn, steps=1, hooks=[hook])
    [all...]
baseline_test.py 128 # Tests for Baseline Regressor.
    [all...]

Completed in 974 milliseconds

12