Skip to content

0.9.0: MinMaxNormalizer changes.#7

Merged
MathisWellmann merged 3 commits into
mainfrom
min-max-normalizer
Jun 2, 2026
Merged

0.9.0: MinMaxNormalizer changes.#7
MathisWellmann merged 3 commits into
mainfrom
min-max-normalizer

Conversation

@MathisWellmann

Copy link
Copy Markdown
Owner
  • Renamed HlNormalizer to MinMaxNormalizer
  • Fixed future data leakage concern in implementation which included the last values in the min-max values before returning the final value. Now the newest value is normalized against the current high-low range, then the range is updated
  • Don't return values when less than window_len data samples have been seen, eliminating the warmup transient response.

@MathisWellmann MathisWellmann self-assigned this Jun 2, 2026
@MathisWellmann MathisWellmann merged commit 5425b68 into main Jun 2, 2026
1 check passed
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.

1 participant