Releases: amphibian-dev/toad
Releases · amphibian-dev/toad
0.1.4
0.1.3
0.1.2
Add
- Added
ks_plot
for KS plot, #102 thanks @kevin-meng - Added
xgb_loss
decorator for convert a normal loss function to a xgb supported loss function - Added
binary_focal_loss
function innn.functional
- Added
event
module innn.trainer
, and changedtrainer
mode to event-based - Added wheel package supported for
py3.9
,py3.10
andpy3.11
Changed
- Now you can pass arguments to
DecisionTreeClassifier
inmerge
orCombiner
when usemethod = dt
Fixed
- Fixed
groupby
rewrited inpreprocessing
- Fixed the expired deprecations of numpy types in
1.24.0
0.1.1
Add
- Added
Progress
forpandas.apply
by usingpandas_enable
andpandas_disable
- Added
feature_bin_stats
for feature bins, #91 thanks @kevin-meng
Changed
countBlank
can use customize missing value, #101 thanks @kevin-meng- remove ref of
merge
in__init__
file
0.1.0
Add
- Added
backward_rounds
fornn.Trainer.train
- Added
evalute
func innn.Module
- Added
get_reason
func inScoreCard
, #79 thanks @qianweishuo - Added dict type input support for
ScoreCard.predict
andCombiner.transform
, #79 thanks @qianweishuo - Added iterator support for
Progress
Changed
- Change
callback
andearlystopping
to python decorator
0.0.65
Breaking Changes
- Add new
lift
value and rename the oldlift
value tocum_lift
inKS_Bucket
- Move
nn.autoencoder
tonn.zoo.autoencoder
Add
- Added
label_smoothing
,focal_loss
function innn
module - Added some features in
nn.trainer
- Added default
early_stopping
fornn.Trainer
Changed
- Update
numpy
version to>=1.20
- Python
3.6
is no longer supported
Fixed
- Fixed combiner error after
ScoreCard
reload. #67
0.0.64
Added
- Added
callback
param infit
method fornn
- Added
Trainer
andEarlyStopping
innn.trainer
module
Changed
- Use mean of loss in
nn.Module.fit
instead of the latest loss value - Set default rotation for x tick labels
Fixed
- Fixed dependence version of
numpy
- Fixed
DistModule
module - Fixed
ScoreCard
representation error
0.0.62
Added
save
andload
method for nn module- Added
lift
value inKS_bucket
function - Added checking duplicate keys in
Transformer
Changed
quality
method supportindicators
Fixed
- Fixed tadpole warning of legend. #52
- Fixed tadpole
title
andx/y label
display forUTF8
- Fixed default rule in RuleMixin.
- Fixed loss function of VAE model.
- Fixed
decimal
argument inScoreCard.export
function
Enhancements
- Reduce memory usage when using
select
function
0.0.61
Added
- Support for calculating IV for each groups in a feature. #25
- Add
cpu_cores
forquality
function - Add
predict_proba
forScoreCard
- Impute module
- NN module
Changed
- The y axis of
badrate_plot
is starting with0
now. #23 KS
is implemented usingks2samp
instead
Fixed
- Fixed
Preprocess
bugs
Docs
- Add references for
Chi-Merge
,Stepwise Regression
,Scorecard Transformation
0.0.60
Added
- Preprocess module.
- Annotation format for bin plot.
- KS bucket support split pointers as bucket. #22
Changed
- Format_bins support ellipsis.
- Reverse cumulative columns in KS bucket
- Use correct order of score for auc and roc plot. #21
Fixed
- Fixed number type of x axis of badrate plot. #20
- Fixed negative ks value in
KS_bucket
.