HomeSort by relevance Sort by last modified time
    Searched refs:GradientBoostedDecisionTreeRegressor (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
estimator.py 107 class GradientBoostedDecisionTreeRegressor(estimator.Estimator):
123 """Initializes a GradientBoostedDecisionTreeRegressor estimator instance.
157 super(GradientBoostedDecisionTreeRegressor, self).__init__(
  /external/tensorflow/tensorflow/contrib/boosted_trees/examples/
boston.py 44 from tensorflow.contrib.boosted_trees.estimator_batch.estimator import GradientBoostedDecisionTreeRegressor
64 estimator = GradientBoostedDecisionTreeRegressor(

Completed in 226 milliseconds