mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-20 14:28:09 +00:00
feat(Evaluation): added "no_of_samples", "ratio_of_classes" metrics to aid model debugging (#56)
This commit is contained in:
@@ -142,7 +142,6 @@ for asset in data_config['all_assets']:
|
||||
if WANDB:
|
||||
combined_metrics = results.mean(axis=1)
|
||||
wandb.log({'results': results})
|
||||
wandb.log({'combined': combined_metrics})
|
||||
|
||||
|
||||
if wandb.run is not None:
|
||||
|
||||
Reference in New Issue
Block a user