We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e47005 commit 3754aaaCopy full SHA for 3754aaa
autosklearn/smbo.py
@@ -486,7 +486,8 @@ def run_smbo(self, max_iters=1000):
486
#'instances': [[name] for name in meta_features_dict],
487
'output-dir': self.backend.temporary_directory,
488
'shared-model': self.shared_mode,
489
- 'run-obj': 'quality'})
+ 'run-obj': 'quality',
490
+ 'deterministic': 'true'})
491
492
# TODO rebuild target algorithm to be it's own target algorithm
493
# evaluator, which takes into account that a run can be killed prior
0 commit comments