Sam

Latest version: v5.0.0

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 13

2.8.4

Changes
- `predict` method from `sam.models.ConstantTimeseriesRegressor` now accepts kwargs for compatibility. Now, swapping models with `SamQuantileMLP` with `force_monotonic_quantiles` doesn't cause a failure.

2.8.3

Changes
- `sam.models.QuantileMLP` requires `predict_ahead` to be int or list, but always casts to lists. Change to tuples in version 2.6.0, but caused inconsistencies and incorrect if statements.

2.8.2

Changes
- `sam.visualization.sam_quantile_plot` now displays quantiles in 5 decimals, requirement from Aquasuite with larger quantiles.

2.8.1

Changes
- New (optional) parameters for `sam.validation.RemoveFlatlines`: `backfill` and `margin`
- Simplified `sam.validation.RemoveFlatlines` to use `pandas.DataFrame.rolling` functions

2.8.0

Changes
- `SamQuantileMLP.predict` now accepts `force_monotonic_quantiles` to force quantiles to be monotonic using a postprocessing step.

2.7.0

Changes
- Added a SPC model to SAM called `ConstantTimeseriesRegressor`, which uses the `SamQuantileRegressor` base class and can be used as a fall back or benchmark model

Fixes
- `SamQuantileMLP` now accepts Sequence types for some of its init parameters (like quantiles, time_cyclicals etc.) and the default value is changed to tuples to prevent the infamous "Mutable default argument" issue.

Page 6 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.