ing-bank / skorecard

scikit-learn compatible tools for building credit risk acceptance models
https://ing-bank.github.io/skorecard/
MIT License
84 stars 23 forks source link

Applying an existing scorecard to a new dataset to assign scores to each individual #114

Closed maryamnuri-adc closed 1 year ago

maryamnuri-adc commented 1 year ago

Hi! I have created a scorecard using skorecard. Can I apply these scores to a new dataset with the same features to assign scores to each individual based on the scorecard?

I did something like this using Optbinning: df.loc[:,"CreditScore"] = scorecard.score(df)

Appreciate your response/help.

Thanks!