Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -400,7 +400,7 @@ def predict_inverse(antimicrobial_activity_target, substrate, microorganism, num
|
|
400 |
acquisition_type ='LCB', # LCB acquisition
|
401 |
acquisition_weight = 0.1) # Exploration exploitation
|
402 |
# it may take a few seconds
|
403 |
-
opt.run_optimization(max_iter=
|
404 |
opt.plot_convergence()
|
405 |
|
406 |
opt = GPyOpt.methods.BayesianOptimization(f = fit_outputs, # function to optimize
|
|
|
400 |
acquisition_type ='LCB', # LCB acquisition
|
401 |
acquisition_weight = 0.1) # Exploration exploitation
|
402 |
# it may take a few seconds
|
403 |
+
opt.run_optimization(max_iter=10)
|
404 |
opt.plot_convergence()
|
405 |
|
406 |
opt = GPyOpt.methods.BayesianOptimization(f = fit_outputs, # function to optimize
|