This application builds a model using H2O Wave ML to predict if a customer will pay off their credit card. A reviewer can then look at the prediction value and reason codes of each customer and mark the customer as approved or denied for further credit.
- Python 3.6+
- pip3
- JRE 11+ (needed to run H2O-3)
New to H2O Wave? We recommend starting in the documentation to download and run the Wave Server on your local machine. Once the server is up and running you can easily use any Wave app.
git clone git@github.com:h2oai/wave-apps.git
cd wave-apps/credit-risk
make setup
make run
Point your favorite web browser to localhost:10101