超带宽
改编自使用Hyperband调整超参数的代码。
defs/ - functions and search space definitions for various classifiers
defs_regression/ - the same for regression models
common_defs.py - imports and definitions shared by defs files
hyperband.py - from hyperband import Hyperband
load_data.py - classification defs import data from this file
load_data_regression.py - regression defs import data from this file
main.py - a complete example for classification
main_regression.py - the same, for regression
main_simple.py -
1