sql-machine-learning / models

Premade models for SQLFlow
Apache License 2.0
37 stars 17 forks source link

Add PSI runnable. #86

Closed brightcoder01 closed 4 years ago

brightcoder01 commented 4 years ago

This runnable can calculate the PSI value - population stability Index. It can be used together with binning runnable. The schema of input stats table is the same with the output stats table from binning runnable.

brightcoder01 commented 4 years ago

Can we have tests to ensure this function?

Sure, will add test in the following PR.