In the method "init_warm_start_smbo" in smbo.py the pandas dataframe is separated into X_sample (parameter) and Y_sample (score). The dataframe should be cleaned from all data that is not within the current search space before passing it. This will improve the optimization time and avoid predicted new positions outside the current search space.
In the method "init_warm_start_smbo" in smbo.py the pandas dataframe is separated into X_sample (parameter) and Y_sample (score). The dataframe should be cleaned from all data that is not within the current search space before passing it. This will improve the optimization time and avoid predicted new positions outside the current search space.