Skip to content

Commit

Permalink
new window sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jad-yehya committed Jul 5, 2024
1 parent c65b0f8 commit c990a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solvers/isolation-forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Solver(BaseSolver):
parameters = {
"contamination": [5e-4, 5e-3, 5e-2, 0.1, 0.2, 0.4, 0.5],
"window": [True],
"window_size": [20],
"window_size": [60, 120, 180],
"stride": [1],
}

Expand Down

0 comments on commit c990a1e

Please sign in to comment.