CXR-K2 Model - Premium claim analysis with enhanced precision
Project description
CXR-K2 Model
Premium CXR claim analysis model with enhanced precision and deeper analysis.
Installation
pip install cxr-k2
Quick Start
from cxr_k2 import analyze
claim = {
"claimId": "CLM-001",
"patientId": "PAT-001",
"providerId": "PROV-001",
"serviceDate": "2024-01-15",
"procedureCode": "99213",
"billedAmount": 120.0,
"metadata": {"reviewThreshold": 0.75}
}
result = analyze(claim, tenant_id="tenant-123")
print(result["verdict"])
Features
- 7-plane fusion with enhanced precision weights
- Deeper policy and archetype analysis
- More conservative thresholds
Model Capabilities
- Fusion Planes: 7
- Monte Carlo: No
- Speed Profile: Thorough
- Precision Level: Enhanced
Usage
from cxr_k2 import get_model
model = get_model()
result = model.analyze(claim, tenant_id)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cxr_k2-0.1.0.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cxr_k2-0.1.0.tar.gz.
File metadata
- Download URL: cxr_k2-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64c703e0738b5307e2193838c79f72db62c280eb9ba16d602a1e74d66774b55d
|
|
| MD5 |
813e21e02319a6a6f5c06ed0db0a1434
|
|
| BLAKE2b-256 |
78f75629cc942cb0e9a97d19ea49a38403726cd0fe819dc0343ecd98cc338687
|
File details
Details for the file cxr_k2-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cxr_k2-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
985fb3d2cd56f775f2179df2f088b3fe00f43e01f9ecf3f06ff9263a57e63476
|
|
| MD5 |
a7fa4d9e015d557fdac20625a4e07885
|
|
| BLAKE2b-256 |
45caa05c92fc02f4498e0b0d097649ff9469bf483d7f5109d436a33e67675883
|