Immunization Default Prediction API

POST to /predict_classification or /predict_regression with JSON:

{
      "instances": [
        {
          "visit_sequence": 2,
          "scheduled_month": 6,
          "prev_weight_kg": 3.5,
          "prev_days_late": 0,
          ...
        }
      ]
    }

Returns predictions from XGBoost, Logistic Regression, and their ensemble.