Releases: xxzcool/scoremodel
Releases · xxzcool/scoremodel
scoremodel 0.4.0 2018-10-18
scoremodel 0.3.2 2018-07-29
- Fix bug of 'convertType': Beforehand check if there is at least one variable can be converted to avoid errors.
- Fix bug of 'LRfit': Adaptable update with dependency package 'broom' to avoid errors.
scoremodel 0.3.1 2018-02-22
- Speed up four functions, including 'woeEncodeFun_df', 'executeBinFun_df', 'rawPredictFun_df' and 'crossValidation'.
- No longer export four less-used auxiliary functions, including 'woeEncodeFun', 'executeBinFun', 'rawPredictFun', 'maxSinvalPercent_x'.
scoremodel 0.3.0 2018-02-11
- Greatly speed up some functions, including 'delSinvalPercent', 'dfIV' and 'collElimination'.
scoremodel 0.2.1 2018-02-05
- Fix bug of 'LRfit': add recursive judgment to filter out insignificant variables completely.
scoremodel 0.2.0 2018-01-31
- Add an auxiliary function of 'insertElement'.
- Fix bug of 'psi': add two parameters of bins number and binning method, and set its percentage to a minima if the bin is missing for avoiding calculation failure.
- More flexible of 'convertType': rename function from 'convertToFactor' to 'convertType', and add two parameters of toType and vars to integrate three types of conversions and be able to specify converted variables.
- Rename some output files of 'preBinningFun'.
- Travis CI building pass Firstly.