Spaces:
Sleeping
Sleeping
File size: 801 Bytes
1c0bd9a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | {
"model_backend": "sklearn",
"feature_columns": [
"invoice_value_usd",
"payment_delay_days",
"political_stability_score",
"currency_volatility_index",
"trade_sanctions_flag",
"buyer_total_orders",
"buyer_total_value",
"buyer_avg_delay",
"buyer_dispute_rate",
"buyer_avg_invoice",
"buyer_paid_in_full_rate",
"buyer_order_rank"
],
"test_accuracy": 0.957,
"score_bands": {
"credit_ok": {
"min": 0,
"max": 30,
"term": "Credit terms acceptable (net 30/60)"
},
"lc_required": {
"min": 30,
"max": 60,
"term": "Letter of Credit (LC) required"
},
"advance_only": {
"min": 60,
"max": 100,
"term": "Advance payment only"
}
},
"score_to_term_fn": "score_to_payment_term"
} |