/credit-risk

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

Primary LanguagePythonApache License 2.0Apache-2.0

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