Skip to content

Releases: xxzcool/scoremodel

scoremodel 0.4.0 2018-10-18

18 Oct 16:35
Compare
Choose a tag to compare
  • Fix bug of 'preBinningFun': if font file 'msyh.ttf' does not exist in current system, then try to use 'msyh.ttc' file.
  • Add a demo to the package.

scoremodel 0.3.2 2018-07-29

29 Jul 13:47
Compare
Choose a tag to compare
  • 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

22 Feb 01:46
9e6e2b0
Compare
Choose a tag to compare
  • 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

11 Feb 09:33
e54e95c
Compare
Choose a tag to compare
  • Greatly speed up some functions, including 'delSinvalPercent', 'dfIV' and 'collElimination'.

scoremodel 0.2.1 2018-02-05

09 Feb 15:54
2ed2ac6
Compare
Choose a tag to compare
  • Fix bug of 'LRfit': add recursive judgment to filter out insignificant variables completely.

scoremodel 0.2.0 2018-01-31

31 Jan 04:39
66baeff
Compare
Choose a tag to compare
  • 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.