experimental-design / bofire

Experimental design and (multi-objective) bayesian optimization.
https://experimental-design.github.io/bofire/
BSD 3-Clause "New" or "Revised" License
156 stars 20 forks source link

Classification Surrogate Tests.ipynb #399

Closed tatsuya-takakuwa closed 1 month ago

tatsuya-takakuwa commented 1 month ago

I may have found a critical error in the "Classification Surrogate Tests.ipynb" notebook.

The following image shows the Strategy used to make predictions on the original training data df after checking the classification of proposed candidates.

Originally, the predicted values for f0 and f2 are stored in the prob column of f1.

Could this be hindering optimization? If you have any suggestions for improvement, please let me know.

image