{
  "model": "XGBoost XGBClassifier monotone_constraints=(1,1,1)",
  "n_test": 900,
  "test_auc": 0.9144,
  "base_rate": 0.852,
  "calibration_table_testset": [
    {
      "threshold": 0.05,
      "pct_below": 1.8,
      "hit_below": 0.062,
      "hit_above": 0.867
    },
    {
      "threshold": 0.1,
      "pct_below": 2.9,
      "hit_below": 0.038,
      "hit_above": 0.876
    },
    {
      "threshold": 0.2,
      "pct_below": 5.1,
      "hit_below": 0.152,
      "hit_above": 0.89
    },
    {
      "threshold": 0.3,
      "pct_below": 5.4,
      "hit_below": 0.143,
      "hit_above": 0.893
    },
    {
      "threshold": 0.35,
      "pct_below": 5.8,
      "hit_below": 0.154,
      "hit_above": 0.895
    },
    {
      "threshold": 0.4,
      "pct_below": 7.1,
      "hit_below": 0.203,
      "hit_above": 0.902
    },
    {
      "threshold": 0.5,
      "pct_below": 10.0,
      "hit_below": 0.289,
      "hit_above": 0.915
    },
    {
      "threshold": 0.6,
      "pct_below": 12.7,
      "hit_below": 0.333,
      "hit_above": 0.927
    },
    {
      "threshold": 0.7,
      "pct_below": 15.8,
      "hit_below": 0.373,
      "hit_above": 0.942
    },
    {
      "threshold": 0.8,
      "pct_below": 25.1,
      "hit_below": 0.509,
      "hit_above": 0.967
    },
    {
      "threshold": 0.9,
      "pct_below": 34.9,
      "hit_below": 0.615,
      "hit_above": 0.98
    }
  ]
}