Update app.py
Browse files
app.py
CHANGED
|
@@ -225,8 +225,6 @@ def train_model(_):
|
|
| 225 |
return "Report saved to model_report.md"
|
| 226 |
|
| 227 |
|
| 228 |
-
# Log common misclassifications to wandb
|
| 229 |
-
wandb.log({"common_errors": wandb.Table(dataframe=common_errors)})
|
| 230 |
|
| 231 |
def objective(trial):
|
| 232 |
params = {
|
|
|
|
| 225 |
return "Report saved to model_report.md"
|
| 226 |
|
| 227 |
|
|
|
|
|
|
|
| 228 |
|
| 229 |
def objective(trial):
|
| 230 |
params = {
|