sweatybridge / credit-risk

Bedrock Demo: Predict whether an applicant is able to repay a loan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

credit-risk

Data

Data is adapted from here.

Use ModelAnalyzer

See notebook

Run on Bedrock

Parameters will passed to your scripts as environment variables. They can be overwritten when you create a pipeline run.

Test your server

curl -X POST \
  <MODEL_ENDPOINT_URL> \
  -H 'Content-Type: application/json' \
  -H 'X-Bedrock-Api-Token: <MODEL_ENDPOINT_TOKEN>' \
  -d '{"sk_id": "302427"}'

Credit risk analysis prototype

App

About

Bedrock Demo: Predict whether an applicant is able to repay a loan

License:Apache License 2.0


Languages

Language:Python 53.1%Language:Jupyter Notebook 45.6%Language:HCL 1.3%Language:Shell 0.1%