h2oai / wave-apps

Sample AI Apps built with H2O Wave.
MIT License
144 stars 51 forks source link

Credit Card Risk app #10

Closed dulajra closed 3 years ago

dulajra commented 3 years ago

This application can be used by a banker to review the credit card applications of customers and approve or reject the applications easily analyzing applicant's financial ability to settle the credit card balance.

mturoci commented 3 years ago

Good job guys. A few notes from me: image

Will check the code later.

VijithaEkanayake-zz commented 3 years ago

Thank you so much @mturoci for the suggestions. We will introduce the necessary changes to the application as needed. However, we'll not use the mapping between dataset attributes to their corresponding values because the plan is to change the dataset values self-explanatory. We can consider mapping once the dataset changes have been completed.

mtanco commented 3 years ago

I do have a version of this dataset that has more human readable values - I will find that and add to a public S3 bucket

dulajra commented 3 years ago

@mtanco Yes, these suggestions are great. We will fix them

mtanco commented 3 years ago

Also, I second @mturoci 's suggestion of a progress circle after double clicking a row - this was really fast on my local machine but in the App Store I double clicked like 15 times because I thought it wasn't working 🤦 and then it loaded and reloaded for all the double clicks I tried to do

dulajra commented 3 years ago

@mturoci @mtanco We applied all the suggestion and the updated version is deployed at https://dd53a644-df06-446e-985b-10eb5b42690e.wave.h2o.ai

mturoci commented 3 years ago

Good job guys, you can leave the summary with buttons as it is for now. I propose creating a new card for it like this: image

A few other minor issues:

dulajra commented 3 years ago

@mturoci Requested changes are done :)