pavanmutha commited on
Commit
b27c941
·
verified ·
1 Parent(s): 7e294ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -255,8 +255,6 @@ metrics = {
255
  wandb.log(metrics)
256
  wandb_run.finish()
257
 
258
- top_trials = pd.DataFrame(study.trials_dataframe().sort_values(by="value", ascending=False).head(7))
259
- return metrics, top_trials
260
 
261
  def explainability(_):
262
  import warnings
 
255
  wandb.log(metrics)
256
  wandb_run.finish()
257
 
 
 
258
 
259
  def explainability(_):
260
  import warnings