Views
No views yet
CalibratedClassifierCV)| Feature | Type |
|---|---|
| claim_amount | float |
| delay_days | float |
| buyer_type | categorical (govt/private) |
| contract_present | binary |
| industry_sector | categorical |
| claim_imputed | binary |
| delay_imputed | binary |
1{
2 "predicted_label": "win",
3 "probabilities": {
4 "win": 0.59,
5 "settlement": 0.05,
6 "escalation": 0.35
7 }
8}