Sam

Latest version: v5.0.0

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

Scan your dependencies

Page 4 of 13

3.0.2

No changes, version bump only.

3.0.1

No changes, version bump only.

3.0.0

New features
- New class `sam.feature_engineering.BaseFeatureEngineer` to create a default interface for feature engineering transformers.
- New class `sam.feature_engineering.FeatureEngineer` to make any feature engineering transformer from a function.
- New class `sam.feature_engineering.IdentyEngineer` to make a transformer that only passes data (does nothing). Utility for other features.
- New class `sam.feature_engineering.SimpleFeatureEngineer` for creating time series features: rolling features and time components (one-hot or cyclical)
- Utility functions `sam.models.utils.remove_target_nan` and `sam.models.utils.remove_until_first_value` for removing missings values in training data.

Changes
- Replaces `SamQuantileMLP` with new `MLPTimeseriesRegressor`, which has more general purpose. Allows to provide any feature engineering transformer / pipeline. Default parameters are changed as well.
- New example notebooks and corresponding datasets for new feature engineering and model classes.
- Renaming name of `SPCRegressor` to `ConstantTimeseriesRegressor` for consistency. Also `SPCTemplate` was renamed to `ConstantTemplate` accordingly.
- Combination of `use_diff_of_y=True` and providing `y_scaler` did not work correctly. Fixed.
- Changed deprecated `lr` to `learning_rate` in `tensorflow.keras.optimizers.Adam`.
- All classes now support `get_feature_names_out` instead of `get_feature_names`, which is consistent with `scikit-learn>=1.1`.
- Updated documentation and new examples for new feature engineering and model classes. `data/rainbow_beach.parquet` provides a new example dataset.

2.11.1

Changes
- Fixed the version info for the Sphinx docs

2.11.0

Changes
- Moved to pyproject.toml instead of setup.py to make this package more future proof
- Removed deprecated Azure Devops pipelines

2.10.3

Changes
- Added `.readthedocs.yml` and `docs/requirements.txt` to include requirements for readthedocs build.

Page 4 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.