Skip to content

Commit

Permalink
0.6.17 a5
Browse files Browse the repository at this point in the history
  • Loading branch information
winedarksea committed Dec 2, 2024
1 parent a13f3e4 commit 1bdb4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autots/tools/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -2847,8 +2847,8 @@ def __init__(
@staticmethod
def get_new_params(method: str = "random"):
return {
"rows": random.choices([1, 2, 4, 7], [0.83, 0.02, 0.05, 0.1])[0],
"lag": random.choices([1, 2, 7, 28], [0.8, 0.05, 0.1, 0.05])[0],
"rows": random.choices([1, 2, 4, 7, 24, 84, 168], [0.83, 0.02, 0.05, 0.1, 0.01, 0.05, 0.05])[0],
"lag": random.choices([1, 2, 7, 28, 84, 168], [0.8, 0.05, 0.1, 0.05, 0.05, 0.01])[0],
"method": random.choices(["additive", "multiplicative"], [0.9, 0.1])[0],
"strength": random.choices(
[1.0, 0.9, 0.7, 0.5, 0.2], [0.8, 0.05, 0.05, 0.05, 0.05]
Expand Down

0 comments on commit 1bdb4c8

Please sign in to comment.