notebook test; spark warning message; reproducibility bug; sequential tuning stop condition (#869)

* notebook test

* add ipykernel, remove except

* only create dir if not empty

* Stop sequential tuning when result is None

* fix reproducibility of global search

* save gs seed

* use get to avoid KeyError

* test
This commit is contained in:
Chi Wang
2023-01-07 18:39:29 -08:00
committed by GitHub
parent 9fde27e536
commit 75e3454120
14 changed files with 129 additions and 29 deletions

View File

@@ -75,6 +75,7 @@ setuptools.setup(
"joblibspark>=0.5.0",
"nbconvert",
"nbformat",
"ipykernel",
],
"catboost": ["catboost>=0.26"],
"blendsearch": ["optuna==2.8.0"],