10 lines
426 B
Markdown
10 lines
426 B
Markdown
## 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.json` for detailed input fields and validation rules.
|
|
- **Response**: Refer to `response_schema.json` for the returned structure and data types.
|
|
|
|
## Implementation Details
|
|
- All core logic resides in `block.py` within the `__main__` function.
|