{
  "acquisition": {
    "acquired_at": "2026-06-26T09:10:03+00:00",
    "fetched_feature_columns": 13,
    "fetched_rows": 303,
    "openml_data_id": 40710,
    "openml_name": "cleve",
    "openml_url": "https://www.openml.org/d/40710",
    "row_policy": "kept_all",
    "source": "openml",
    "source_rows_after_target_cleanup": 303,
    "stage_path": "/home/ubuntu/hyper/data/tabular/cleve.csv",
    "staged_feature_columns": 13,
    "staged_rows": 303,
    "tool": "models.tools.acquire_real_binary_datasets"
  },
  "counts": {
    "dropped_feature_count": 0,
    "n_features": 13,
    "original_columns": 14,
    "original_rows": 303,
    "rows_after_target_cleanup": 303,
    "selected_rows": 303,
    "strata_count": 16,
    "test_rows": 51,
    "train_rows": 252
  },
  "created_at": "2026-06-26T09:10:03+00:00",
  "dataset_hash": "5a0e19c34d002a9a",
  "dropped_feature_columns": [],
  "feature_columns": [
    "Age",
    "Sex",
    "Chest_pain_type",
    "Trestbps",
    "Cholesterol",
    "Fasting_blood_sugar_&lt;_120",
    "Resting_ecg",
    "Max_heart_rate",
    "Exercise_induced_angina",
    "Oldpeak",
    "Slope",
    "Number_of_vessels_colored",
    "Thal"
  ],
  "feature_encodings": {
    "Age": {
      "impute_value": 55.0,
      "kind": "numeric"
    },
    "Chest_pain_type": {
      "impute_value": 2.0,
      "kind": "numeric"
    },
    "Cholesterol": {
      "impute_value": 240.0,
      "kind": "numeric"
    },
    "Exercise_induced_angina": {
      "impute_value": 0.0,
      "kind": "numeric"
    },
    "Fasting_blood_sugar_&lt;_120": {
      "impute_value": 0.0,
      "kind": "numeric"
    },
    "Max_heart_rate": {
      "impute_value": 153.0,
      "kind": "numeric"
    },
    "Number_of_vessels_colored": {
      "impute_value": 0.0,
      "kind": "numeric"
    },
    "Oldpeak": {
      "impute_value": 0.8,
      "kind": "numeric"
    },
    "Resting_ecg": {
      "impute_value": 2.0,
      "kind": "numeric"
    },
    "Sex": {
      "impute_value": 1.0,
      "kind": "numeric"
    },
    "Slope": {
      "impute_value": 1.0,
      "kind": "numeric"
    },
    "Thal": {
      "impute_value": 2.0,
      "kind": "numeric"
    },
    "Trestbps": {
      "impute_value": 130.0,
      "kind": "numeric"
    }
  },
  "feature_scaling": {
    "constant_columns": [],
    "max": [
      77.0,
      1.0,
      3.0,
      200.0,
      564.0,
      1.0,
      2.0,
      202.0,
      1.0,
      6.2,
      2.0,
      4.0,
      3.0
    ],
    "method": "minmax over cleaned source rows before sampling",
    "min": [
      29.0,
      0.0,
      0.0,
      94.0,
      126.0,
      0.0,
      0.0,
      71.0,
      0.0,
      0.0,
      0.0,
      0.0,
      0.0
    ],
    "range": [
      0.0,
      1.0
    ]
  },
  "hash_algorithm": "sha256:first16",
  "headers_removed_from_csv": true,
  "n_features": 13,
  "origin": "real",
  "original_headers": [
    "Age",
    "Sex",
    "Chest_pain_type",
    "Trestbps",
    "Cholesterol",
    "Fasting_blood_sugar_&lt;_120",
    "Resting_ecg",
    "Max_heart_rate",
    "Exercise_induced_angina",
    "Oldpeak",
    "Slope",
    "Number_of_vessels_colored",
    "Thal",
    "target"
  ],
  "output_headers": [
    "Age",
    "Sex",
    "Chest_pain_type",
    "Trestbps",
    "Cholesterol",
    "Fasting_blood_sugar_&lt;_120",
    "Resting_ecg",
    "Max_heart_rate",
    "Exercise_induced_angina",
    "Oldpeak",
    "Slope",
    "Number_of_vessels_colored",
    "Thal",
    "target"
  ],
  "sampling": {
    "final_max_rows": 2000,
    "method": "quota stratified by target distribution plus high-variance feature quantile bins",
    "minimum_final_rows": 101,
    "minimum_test_to_train_ratio_when_small": 0.2,
    "seed": 1530609358,
    "source_read_max_rows": null,
    "test_target_rows": 1000,
    "train_target_rows": 1000
  },
  "sha256": "5a0e19c34d002a9a97a5ac2f2b88a89180f3286e814821c459943cc340169402",
  "source": "openml",
  "source_file": "cleve.csv",
  "source_modified_at": "2026-06-26T09:10:03+00:00",
  "source_openml_data_id": 40710,
  "source_openml_name": "cleve",
  "source_path": "/home/ubuntu/hyper/data/tabular/cleve.csv",
  "source_real_data": true,
  "source_size_bytes": 19256,
  "source_url": "https://www.openml.org/d/40710",
  "target_column": "target",
  "target_is_final_column": true,
  "target_names": [
    "target"
  ],
  "target_scaling": {
    "class_to_code": {
      "0.0": 0,
      "1.0": 1
    },
    "classes": [
      0.0,
      1.0
    ],
    "mode": "classification",
    "n_classes": 2,
    "range": [
      0.0,
      1.0
    ],
    "scaled_code_formula": "code / max(1, n_classes - 1)"
  },
  "target_source_encoding": {
    "kind": "numeric"
  },
  "task_type": "binary",
  "test_rows": 51,
  "train_rows": 252
}