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