0.16.0 - 2023-05-08¶
Added wheels for Python 3.11.
feature_extraction¶
feature_extraction.Aggandfeature_extraction.TargetAggcan now be passed an optionaltin itslearn_onemethod, 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.