Skip to content

Commit

Permalink
Add option to display errored metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
katxiao committed Dec 9, 2021
1 parent 3af5fe7 commit 190e635
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdv/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def evaluate(synthetic_data, real_data=None, metadata=None, root_path=None,
synthetic_data = synthetic_data[table]

scores = sdmetrics.compute_metrics(metrics, real_data, synthetic_data, metadata=metadata)
scores.dropna(inplace=True)

if aggregate:
return scores.normalized_score.mean()
Expand Down

0 comments on commit 190e635

Please sign in to comment.