Releases: amphibian-dev/toad
Releases · amphibian-dev/toad
0.1.5
0.1.4
0.1.3
0.1.2
Add
- Added
ks_plotfor KS plot, #102 thanks @kevin-meng - Added
xgb_lossdecorator for convert a normal loss function to a xgb supported loss function - Added
binary_focal_lossfunction innn.functional - Added
eventmodule innn.trainer, and changedtrainermode to event-based - Added wheel package supported for
py3.9,py3.10andpy3.11
Changed
- Now you can pass arguments to
DecisionTreeClassifierinmergeorCombinerwhen usemethod = dt
Fixed
- Fixed
groupbyrewrited inpreprocessing - Fixed the expired deprecations of numpy types in
1.24.0
0.1.1
Add
- Added
Progressforpandas.applyby usingpandas_enableandpandas_disable - Added
feature_bin_statsfor feature bins, #91 thanks @kevin-meng
Changed
countBlankcan use customize missing value, #101 thanks @kevin-meng- remove ref of
mergein__init__file
0.1.0
Add
- Added
backward_roundsfornn.Trainer.train - Added
evalutefunc innn.Module - Added
get_reasonfunc inScoreCard, #79 thanks @qianweishuo - Added dict type input support for
ScoreCard.predictandCombiner.transform, #79 thanks @qianweishuo - Added iterator support for
Progress
Changed
- Change
callbackandearlystoppingto python decorator
0.0.65
Breaking Changes
- Add new
liftvalue and rename the oldliftvalue tocum_liftinKS_Bucket - Move
nn.autoencodertonn.zoo.autoencoder
Add
- Added
label_smoothing,focal_lossfunction innnmodule - Added some features in
nn.trainer - Added default
early_stoppingfornn.Trainer
Changed
- Update
numpyversion to>=1.20 - Python
3.6is no longer supported
Fixed
- Fixed combiner error after
ScoreCardreload. #67
0.0.64
Added
- Added
callbackparam infitmethod fornn - Added
TrainerandEarlyStoppinginnn.trainermodule
Changed
- Use mean of loss in
nn.Module.fitinstead of the latest loss value - Set default rotation for x tick labels
Fixed
- Fixed dependence version of
numpy - Fixed
DistModulemodule - Fixed
ScoreCardrepresentation error
0.0.62
Added
saveandloadmethod for nn module- Added
liftvalue inKS_bucketfunction - Added checking duplicate keys in
Transformer
Changed
qualitymethod supportindicators
Fixed
- 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
Enhancements
- Reduce memory usage when using
selectfunction
0.0.61
Added
- Support for calculating IV for each groups in a feature. #25
- Add
cpu_coresforqualityfunction - Add
predict_probaforScoreCard - Impute module
- NN module
Changed
- The y axis of
badrate_plotis starting with0now. #23 KSis implemented usingks2sampinstead
Fixed
- Fixed
Preprocessbugs
Docs
- Add references for
Chi-Merge,Stepwise Regression,Scorecard Transformation