ShichenXie / scorecardpy

Scorecard Development in python, 评分卡
http://shichen.name/scorecard
MIT License
725 stars 301 forks source link

setting the decimal placement from 0 to 2~3 #65

Closed sasistician closed 4 years ago

sasistician commented 4 years ago

In the R version we can set the decimal placement value from 0 as being the default. Is there a way we can increase the decimal placement value in python version too. This is required for sc.scorecard function.

ShichenXie commented 4 years ago

This feature has been added to the sc.scorecard function. Please update the latest version from github via pip install git+git://github.com/shichenxie/scorecardpy.git.