This repository is a fork of the original Bayesian Optimization project developed by Professor Andrea Cossu. It contains an additional program that implements Bayesian Optimizazion of hyperparameters thanks to the use of the library Optuna.
- Install the necessary dependencies:
pip install -r requirements.txt- Original code and model functions: Professor Andrea Cossu (University of Pisa)
- Optuna - A hyperparameter optimization framework to automate hyperparameter search.