0.16.0 - 2023-05-08¶
Added wheels for Python 3.11.
feature_extraction¶
feature_extraction.Agg
andfeature_extraction.TargetAgg
can now be passed an optionalt
in itslearn_one
method, which allows it to work withutils.TimeRolling
.
metrics¶
- Added
metrics.MAPE
. - Added
metrics.RollingROCAUC
.
preprocessing¶
stats¶
- Fixed randomness issue with the first few outputs of
stats.Quantile
.