We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2d56d commit e52e9acCopy full SHA for e52e9ac
giskard_vision/landmark_detection/tests/report.py
@@ -69,6 +69,7 @@ def to_dataframe(self, summary: Optional[bool] = False):
69
raise GiskardImportError(["pandas"]) from e
70
71
df = pd.DataFrame(self.results)
72
+ df.dropna(inplace=True) # in case the model failed to predict for instance
73
74
for col in ["metric_value", "prediction_time", "prediction_fail_rate"]:
75
col_name = f"Best({col})"
0 commit comments