{
  "acquisition": {
    "acquired_at": "2026-06-26T09:04:37+00:00",
    "fetched_feature_columns": 10,
    "fetched_rows": 19020,
    "openml_data_id": 1120,
    "openml_name": "MagicTelescope",
    "openml_url": "https://www.openml.org/d/1120",
    "row_policy": "stratified_cap_to_final_max",
    "source": "openml",
    "source_rows_after_target_cleanup": 19020,
    "stage_path": "/home/ubuntu/hyper/data/tabular/magictelescope.csv",
    "staged_feature_columns": 10,
    "staged_rows": 2000,
    "tool": "models.tools.acquire_real_binary_datasets"
  },
  "counts": {
    "dropped_feature_count": 0,
    "n_features": 10,
    "original_columns": 11,
    "original_rows": 2000,
    "rows_after_target_cleanup": 2000,
    "selected_rows": 2000,
    "strata_count": 76,
    "test_rows": 1000,
    "train_rows": 1000
  },
  "created_at": "2026-06-26T09:04:37+00:00",
  "dataset_hash": "0832e53e181e9f1b",
  "dropped_feature_columns": [],
  "feature_columns": [
    "fLength:",
    "fWidth:",
    "fSize:",
    "fConc:",
    "fConc1:",
    "fAsym:",
    "fM3Long:",
    "fM3Trans:",
    "fAlpha:",
    "fDist:"
  ],
  "feature_encodings": {
    "fAlpha:": {
      "impute_value": 18.4737,
      "kind": "numeric"
    },
    "fAsym:": {
      "impute_value": 4.2918,
      "kind": "numeric"
    },
    "fConc1:": {
      "impute_value": 0.1948,
      "kind": "numeric"
    },
    "fConc:": {
      "impute_value": 0.3507,
      "kind": "numeric"
    },
    "fDist:": {
      "impute_value": 192.8817,
      "kind": "numeric"
    },
    "fLength:": {
      "impute_value": 37.31645,
      "kind": "numeric"
    },
    "fM3Long:": {
      "impute_value": 15.2091,
      "kind": "numeric"
    },
    "fM3Trans:": {
      "impute_value": 3.1635,
      "kind": "numeric"
    },
    "fSize:": {
      "impute_value": 2.74545,
      "kind": "numeric"
    },
    "fWidth:": {
      "impute_value": 17.26575,
      "kind": "numeric"
    }
  },
  "feature_scaling": {
    "constant_columns": [],
    "max": [
      295.672,
      256.382,
      4.8501,
      0.893,
      0.6283,
      381.2499,
      227.8174,
      110.421,
      90.0,
      437.477
    ],
    "method": "minmax over cleaned source rows before sampling",
    "min": [
      4.2835,
      0.0,
      2.0233,
      0.0131,
      0.0015,
      -382.594,
      -318.3002,
      -142.5894,
      0.0002,
      13.1108
    ],
    "range": [
      0.0,
      1.0
    ]
  },
  "hash_algorithm": "sha256:first16",
  "headers_removed_from_csv": true,
  "n_features": 10,
  "origin": "real",
  "original_headers": [
    "fLength:",
    "fWidth:",
    "fSize:",
    "fConc:",
    "fConc1:",
    "fAsym:",
    "fM3Long:",
    "fM3Trans:",
    "fAlpha:",
    "fDist:",
    "target"
  ],
  "output_headers": [
    "fLength:",
    "fWidth:",
    "fSize:",
    "fConc:",
    "fConc1:",
    "fAsym:",
    "fM3Long:",
    "fM3Trans:",
    "fAlpha:",
    "fDist:",
    "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": 151503411,
    "source_read_max_rows": null,
    "test_target_rows": 1000,
    "train_target_rows": 1000
  },
  "sha256": "0832e53e181e9f1be894a9faa7b149ecc7e9f6fabbd357bcf4d0bc50a0b7bc6e",
  "source": "openml",
  "source_file": "magictelescope.csv",
  "source_modified_at": "2026-06-26T09:04:37+00:00",
  "source_openml_data_id": 1120,
  "source_openml_name": "MagicTelescope",
  "source_path": "/home/ubuntu/hyper/data/tabular/magictelescope.csv",
  "source_real_data": true,
  "source_size_bytes": 159485,
  "source_url": "https://www.openml.org/d/1120",
  "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": 1000,
  "train_rows": 1000
}