All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.65 - 2021-06-30
- Add new
liftvalue and rename the oldliftvalue tocum_liftinKS_Bucket - Move
nn.autoencodertonn.zoo.autoencoder
- Added
label_smoothing,focal_lossfunction innnmodule - Added some features in
nn.trainer - Added default
early_stoppingfornn.Trainer
- Update
numpyversion to>=1.20 - Python
3.6is no longer supported
- Fixed combiner error after
ScoreCardreload. #67
0.0.64 - 2021-03-22
- Added
callbackparam infitmethod fornn - Added
TrainerandEarlyStoppinginnn.trainermodule
- Use mean of loss in
nn.Module.fitinstead of the latest loss value - Set default rotation for x tick labels
- Fixed dependence version of
numpy - Fixed
DistModulemodule - Fixed
ScoreCardrepresentation error
0.0.62 - 2021-02-19
saveandloadmethod for nn module- Added
liftvalue inKS_bucketfunction - Added checking duplicate keys in
Transformer
qualitymethod supportindicators
- Fixed tadpole warning of legend. #52
- Fixed tadpole
titleandx/y labeldisplay forUTF8 - Fixed default rule in RuleMixin.
- Fixed loss function of VAE model.
- Fixed
decimalargument inScoreCard.exportfunction
- Reduce memory usage when using
selectfunction
0.0.61 - 2020-06-24
- Support for calculating IV for each groups in a feature. #25
- Add
cpu_coresforqualityfunction - Add
predict_probaforScoreCard - Impute module
- NN module
- The y axis of
badrate_plotis starting with0now. #23 KSis implemented usingks2sampinstead
- Fixed
Preprocessbugs
- Add references for
Chi-Merge,Stepwise Regression,Scorecard Transformation
0.0.60 - 2020-04-20
- Preprocess module.
- Annotation format for bin plot.
- KS bucket support split pointers as bucket. #22
- Format_bins support ellipsis.
- Reverse cumulative columns in KS bucket
- Use correct order of score for auc and roc plot. #21
- Fixed number type of x axis of badrate plot. #20
- Fixed negative ks value in
KS_bucket.
0.0.59 - 2020-02-07
- Combiner support empty separate.
- Confusion matrix function in metrics.
- support python 3.8.
- Transform support y as string type.
- VIF independent statsmodels.