{
  "acquisition": {
    "acquired_at": "2026-06-26T09:40:25+00:00",
    "fetched_feature_columns": 6,
    "fetched_rows": 538638,
    "openml_data_id": 42344,
    "openml_name": "sf-police-incidents",
    "openml_url": "https://www.openml.org/d/42344",
    "row_policy": "stratified_cap_to_final_max",
    "source": "openml",
    "source_rows_after_target_cleanup": 538638,
    "stage_path": "/home/ubuntu/hyper/data/tabular/sf-police-incidents.csv",
    "staged_feature_columns": 5,
    "staged_rows": 2000,
    "tool": "models.tools.acquire_real_binary_datasets"
  },
  "counts": {
    "dropped_feature_count": 0,
    "n_features": 5,
    "original_columns": 6,
    "original_rows": 2000,
    "rows_after_target_cleanup": 2000,
    "selected_rows": 2000,
    "strata_count": 128,
    "test_rows": 1000,
    "train_rows": 1000
  },
  "created_at": "2026-06-26T09:40:25+00:00",
  "dataset_hash": "d9553a9cc619172c",
  "dropped_feature_columns": [],
  "feature_columns": [
    "Hour",
    "DayOfWeek",
    "Month",
    "Year",
    "PdDistrict"
  ],
  "feature_encodings": {
    "DayOfWeek": {
      "impute_value": 4.0,
      "kind": "numeric"
    },
    "Hour": {
      "impute_value": 14.0,
      "kind": "numeric"
    },
    "Month": {
      "impute_value": 6.0,
      "kind": "numeric"
    },
    "PdDistrict": {
      "impute_value": 4.0,
      "kind": "numeric"
    },
    "Year": {
      "impute_value": 2010.0,
      "kind": "numeric"
    }
  },
  "feature_scaling": {
    "constant_columns": [],
    "max": [
      23.0,
      7.0,
      12.0,
      2018.0,
      9.0
    ],
    "method": "minmax over cleaned source rows before sampling",
    "min": [
      0.0,
      1.0,
      1.0,
      2003.0,
      0.0
    ],
    "range": [
      0.0,
      1.0
    ]
  },
  "hash_algorithm": "sha256:first16",
  "headers_removed_from_csv": true,
  "n_features": 5,
  "origin": "real",
  "original_headers": [
    "Hour",
    "DayOfWeek",
    "Month",
    "Year",
    "PdDistrict",
    "target"
  ],
  "output_headers": [
    "Hour",
    "DayOfWeek",
    "Month",
    "Year",
    "PdDistrict",
    "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": 3630177681,
    "source_read_max_rows": null,
    "test_target_rows": 1000,
    "train_target_rows": 1000
  },
  "sha256": "d9553a9cc619172cbb99d5090e5aa68885d3805acecb0160b74ad648dc9f338a",
  "source": "openml",
  "source_file": "sf-police-incidents.csv",
  "source_modified_at": "2026-06-26T09:40:25+00:00",
  "source_openml_data_id": 42344,
  "source_openml_name": "sf-police-incidents",
  "source_path": "/home/ubuntu/hyper/data/tabular/sf-police-incidents.csv",
  "source_real_data": true,
  "source_size_bytes": 55968,
  "source_url": "https://www.openml.org/d/42344",
  "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
}