Searched refs:early_stopping_rounds (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/tensor_forest/client/ |
D | random_forest.py | 73 early_stopping_rounds, argument 76 self.early_stopping_rounds = early_stopping_rounds 111 if self.steps > self.early_stopping_rounds: 158 early_stopping_rounds=100, argument 266 if early_stopping_rounds: 269 early_stopping_rounds, 302 if early_stopping_rounds: 305 early_stopping_rounds, 374 early_stopping_rounds=100, argument 462 early_stopping_rounds=early_stopping_rounds, [all …]
|
D | random_forest_test.py | 159 early_stopping_rounds=2) 349 early_stopping_rounds=2)
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | monitors.py | 601 early_stopping_rounds=None, argument 651 self.early_stopping_rounds = early_stopping_rounds 760 if self.early_stopping_rounds is not None: 773 stop_now = (step - self._best_value_step >= self.early_stopping_rounds)
|
D | monitors_test.py | 370 x=constant_op.constant(2.0), every_n_steps=0, early_stopping_rounds=1) 390 early_stopping_rounds=2, 477 every_n_steps=0, early_stopping_rounds=2) 510 every_n_steps=0, early_stopping_rounds=2)
|