{
  "acquisition": {
    "acquired_at": "2026-06-26T09:03:14+00:00",
    "fetched_feature_columns": 13,
    "fetched_rows": 178,
    "openml_data_id": 973,
    "openml_name": "wine",
    "openml_url": "https://www.openml.org/d/973",
    "row_policy": "kept_all",
    "source": "openml",
    "source_rows_after_target_cleanup": 178,
    "stage_path": "/home/ubuntu/hyper/data/tabular/wine.csv",
    "staged_feature_columns": 13,
    "staged_rows": 178,
    "tool": "models.tools.acquire_real_binary_datasets"
  },
  "counts": {
    "dropped_feature_count": 0,
    "n_features": 13,
    "original_columns": 14,
    "original_rows": 178,
    "rows_after_target_cleanup": 178,
    "selected_rows": 178,
    "strata_count": 58,
    "test_rows": 30,
    "train_rows": 148
  },
  "created_at": "2026-06-26T09:03:14+00:00",
  "dataset_hash": "e1526748f0c9c8db",
  "dropped_feature_columns": [],
  "feature_columns": [
    "Alcohol",
    "Malic_acid",
    "Ash",
    "Alcalinity_of_ash",
    "Magnesium",
    "Total_phenols",
    "Flavanoids",
    "Nonflavanoid_phenols",
    "Proanthocyanins",
    "Color_intensity",
    "Hue",
    "OD280/OD315_of_diluted_wines",
    "Proline"
  ],
  "feature_encodings": {
    "Alcalinity_of_ash": {
      "impute_value": 19.5,
      "kind": "numeric"
    },
    "Alcohol": {
      "impute_value": 13.05,
      "kind": "numeric"
    },
    "Ash": {
      "impute_value": 2.36,
      "kind": "numeric"
    },
    "Color_intensity": {
      "impute_value": 4.6899999999999995,
      "kind": "numeric"
    },
    "Flavanoids": {
      "impute_value": 2.135,
      "kind": "numeric"
    },
    "Hue": {
      "impute_value": 0.965,
      "kind": "numeric"
    },
    "Magnesium": {
      "impute_value": 98.0,
      "kind": "numeric"
    },
    "Malic_acid": {
      "impute_value": 1.8650000000000002,
      "kind": "numeric"
    },
    "Nonflavanoid_phenols": {
      "impute_value": 0.34,
      "kind": "numeric"
    },
    "OD280/OD315_of_diluted_wines": {
      "impute_value": 2.78,
      "kind": "numeric"
    },
    "Proanthocyanins": {
      "impute_value": 1.5550000000000002,
      "kind": "numeric"
    },
    "Proline": {
      "impute_value": 673.5,
      "kind": "numeric"
    },
    "Total_phenols": {
      "impute_value": 2.355,
      "kind": "numeric"
    }
  },
  "feature_scaling": {
    "constant_columns": [],
    "max": [
      14.83,
      5.8,
      3.23,
      30.0,
      162.0,
      3.88,
      5.08,
      0.66,
      3.58,
      13.0,
      1.71,
      4.0,
      1680.0
    ],
    "method": "minmax over cleaned source rows before sampling",
    "min": [
      11.03,
      0.74,
      1.36,
      10.6,
      70.0,
      0.98,
      0.34,
      0.13,
      0.41,
      1.28,
      0.48,
      1.27,
      278.0
    ],
    "range": [
      0.0,
      1.0
    ]
  },
  "hash_algorithm": "sha256:first16",
  "headers_removed_from_csv": true,
  "n_features": 13,
  "origin": "real",
  "original_headers": [
    "Alcohol",
    "Malic_acid",
    "Ash",
    "Alcalinity_of_ash",
    "Magnesium",
    "Total_phenols",
    "Flavanoids",
    "Nonflavanoid_phenols",
    "Proanthocyanins",
    "Color_intensity",
    "Hue",
    "OD280/OD315_of_diluted_wines",
    "Proline",
    "target"
  ],
  "output_headers": [
    "Alcohol",
    "Malic_acid",
    "Ash",
    "Alcalinity_of_ash",
    "Magnesium",
    "Total_phenols",
    "Flavanoids",
    "Nonflavanoid_phenols",
    "Proanthocyanins",
    "Color_intensity",
    "Hue",
    "OD280/OD315_of_diluted_wines",
    "Proline",
    "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": 3764863045,
    "source_read_max_rows": null,
    "test_target_rows": 1000,
    "train_target_rows": 1000
  },
  "sha256": "e1526748f0c9c8db2fc388001d9afb3756441b5fd344dff786690e320d547c78",
  "source": "openml",
  "source_file": "wine.csv",
  "source_modified_at": "2026-06-26T09:03:14+00:00",
  "source_openml_data_id": 973,
  "source_openml_name": "wine",
  "source_path": "/home/ubuntu/hyper/data/tabular/wine.csv",
  "source_real_data": true,
  "source_size_bytes": 12617,
  "source_url": "https://www.openml.org/d/973",
  "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": 30,
  "train_rows": 148
}