Update app.py
Browse files
app.py
CHANGED
|
@@ -256,7 +256,7 @@ 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
|
|
|
|
| 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
|