{
  "acquisition": {
    "acquired_at": "2026-06-26T09:26:54+00:00",
    "fetched_feature_columns": 4,
    "fetched_rows": 961,
    "openml_data_id": 45557,
    "openml_name": "Mammographic-Mass-Data-Set",
    "openml_url": "https://www.openml.org/d/45557",
    "row_policy": "kept_all",
    "source": "openml",
    "source_rows_after_target_cleanup": 961,
    "stage_path": "/home/ubuntu/hyper/data/tabular/mammographic-mass-data-set.csv",
    "staged_feature_columns": 4,
    "staged_rows": 961,
    "tool": "models.tools.acquire_real_binary_datasets"
  },
  "counts": {
    "dropped_feature_count": 0,
    "n_features": 4,
    "original_columns": 5,
    "original_rows": 961,
    "rows_after_target_cleanup": 961,
    "selected_rows": 961,
    "strata_count": 79,
    "test_rows": 161,
    "train_rows": 800
  },
  "created_at": "2026-06-26T09:26:54+00:00",
  "dataset_hash": "32d67bf055ab6e7b",
  "dropped_feature_columns": [],
  "feature_columns": [
    "Age",
    "Shape",
    "Margin",
    "Density"
  ],
  "feature_encodings": {
    "Age": {
      "impute_value": 57.0,
      "kind": "numeric"
    },
    "Density": {
      "impute_value": 3.0,
      "kind": "numeric"
    },
    "Margin": {
      "impute_value": 3.0,
      "kind": "numeric"
    },
    "Shape": {
      "impute_value": 3.0,
      "kind": "numeric"
    }
  },
  "feature_scaling": {
    "constant_columns": [],
    "max": [
      96.0,
      4.0,
      5.0,
      4.0
    ],
    "method": "minmax over cleaned source rows before sampling",
    "min": [
      18.0,
      1.0,
      1.0,
      1.0
    ],
    "range": [
      0.0,
      1.0
    ]
  },
  "hash_algorithm": "sha256:first16",
  "headers_removed_from_csv": true,
  "n_features": 4,
  "origin": "real",
  "original_headers": [
    "Age",
    "Shape",
    "Margin",
    "Density",
    "target"
  ],
  "output_headers": [
    "Age",
    "Shape",
    "Margin",
    "Density",
    "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": 870538493,
    "source_read_max_rows": null,
    "test_target_rows": 1000,
    "train_target_rows": 1000
  },
  "sha256": "32d67bf055ab6e7bf168a633010d3564d27fb0a31345df12f8a7dbbe61409875",
  "source": "openml",
  "source_file": "mammographic-mass-data-set.csv",
  "source_modified_at": "2026-06-26T09:26:54+00:00",
  "source_openml_data_id": 45557,
  "source_openml_name": "Mammographic-Mass-Data-Set",
  "source_path": "/home/ubuntu/hyper/data/tabular/mammographic-mass-data-set.csv",
  "source_real_data": true,
  "source_size_bytes": 19728,
  "source_url": "https://www.openml.org/d/45557",
  "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": 161,
  "train_rows": 800
}