Skip to content

Fix: bug evaluator#53

Merged
sarusso merged 3 commits intoICSC-Spoke3:developfrom
agataben:fix/bug_evaluator
Dec 2, 2025
Merged

Fix: bug evaluator#53
sarusso merged 3 commits intoICSC-Spoke3:developfrom
agataben:fix/bug_evaluator

Conversation

@agataben
Copy link
Collaborator

@agataben agataben commented Dec 2, 2025

Now it is possible to apply the evaluate() function multiple times without getting an error.
The problem was the function _format_for_anomaly_detector() in which the drop of label columns of the dataframe was done with inplace operations.
Now the operations are no more inplace.

Now the column "anomaly_label" is deleted not inplace.
This solves the problem with the double call of the "evaluate()" fuction
"input_df" renamed to "df"
Now the column "effect_label" is deleted with not inplace operation
@sarusso sarusso merged commit ee69ba6 into ICSC-Spoke3:develop Dec 2, 2025
1 check passed
@agataben agataben deleted the fix/bug_evaluator branch December 2, 2025 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants