426 B
426 B
Overview
This block (block.py) is responsible for loading and scoring the model for the passed in probability.
Key Inputs & Outputs
- Request: Refer to
request_schema.jsonfor detailed input fields and validation rules. - Response: Refer to
response_schema.jsonfor the returned structure and data types.
Implementation Details
- All core logic resides in
block.pywithin the__main__function.