{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schema.rtemis.org/hyperparameters/isotonic/v1/schema.json",
  "title": "rtemis IsotonicHyperparameters",
  "description": "Isotonic regression. See `setup_Isotonic`.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "ifw": {
      "oneOf": [
        {
          "type": "boolean"
        },
        {
          "type": "array",
          "items": {
            "type": "boolean"
          },
          "minItems": 1,
          "description": "Tuning search values."
        }
      ],
      "default": false,
      "description": "Inverse Frequency Weighting in classification."
    }
  }
}
