{
  "acquisition": {
    "acquired_at": "2026-06-28T06:01:35+00:00",
    "fetched_feature_columns": 7,
    "fetched_rows": 106,
    "openml_data_id": 45613,
    "openml_name": "appendicitis_test_edsa",
    "openml_url": "https://www.openml.org/d/45613",
    "row_policy": "kept_all",
    "source": "openml",
    "source_rows_after_target_cleanup": 106,
    "stage_path": "/home/ubuntu/hyper/data/tabular/appendicitis-test-edsa.csv",
    "staged_feature_columns": 7,
    "staged_rows": 106,
    "tool": "models.tools.acquire_real_binary_datasets"
  },
  "counts": {
    "dropped_feature_count": 0,
    "n_features": 7,
    "original_columns": 8,
    "original_rows": 106,
    "rows_after_target_cleanup": 106,
    "selected_rows": 106,
    "strata_count": 44,
    "test_rows": 18,
    "train_rows": 88
  },
  "created_at": "2026-06-28T06:01:35+00:00",
  "dataset_hash": "865f829ebdf98492",
  "dropped_feature_columns": [],
  "feature_columns": [
    "At1",
    "At2",
    "At3",
    "At4",
    "At5",
    "At6",
    "At7"
  ],
  "feature_encodings": {
    "At1": {
      "impute_value": 0.413,
      "kind": "numeric"
    },
    "At2": {
      "impute_value": 0.75,
      "kind": "numeric"
    },
    "At3": {
      "impute_value": 0.4425,
      "kind": "numeric"
    },
    "At4": {
      "impute_value": 0.14600000000000002,
      "kind": "numeric"
    },
    "At5": {
      "impute_value": 0.113,
      "kind": "numeric"
    },
    "At6": {
      "impute_value": 0.744,
      "kind": "numeric"
    },
    "At7": {
      "impute_value": 0.3975,
      "kind": "numeric"
    }
  },
  "feature_scaling": {
    "constant_columns": [],
    "max": [
      1.0,
      1.0,
      1.0,
      1.0,
      1.0,
      1.0,
      1.0
    ],
    "method": "minmax over cleaned source rows before sampling",
    "min": [
      0.0,
      0.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": 7,
  "origin": "real",
  "original_headers": [
    "At1",
    "At2",
    "At3",
    "At4",
    "At5",
    "At6",
    "At7",
    "target"
  ],
  "output_headers": [
    "At1",
    "At2",
    "At3",
    "At4",
    "At5",
    "At6",
    "At7",
    "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": 2271913363,
    "source_read_max_rows": null,
    "test_target_rows": 1000,
    "train_target_rows": 1000
  },
  "sha256": "865f829ebdf98492da880c99b0c4bb93f8d818cbe6c2e178b6580c15481c31ed",
  "source": "openml",
  "source_file": "appendicitis-test-edsa.csv",
  "source_modified_at": "2026-06-28T06:01:35+00:00",
  "source_openml_data_id": 45613,
  "source_openml_name": "appendicitis_test_edsa",
  "source_path": "/home/ubuntu/hyper/data/tabular/appendicitis-test-edsa.csv",
  "source_real_data": true,
  "source_size_bytes": 4778,
  "source_url": "https://www.openml.org/d/45613",
  "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": 18,
  "train_rows": 88
}