{
  "acquisition": {
    "acquired_at": "2026-06-26T09:32:06+00:00",
    "fetched_feature_columns": 11,
    "fetched_rows": 1000000,
    "openml_data_id": 45556,
    "openml_name": "Click",
    "openml_url": "https://www.openml.org/d/45556",
    "row_policy": "stratified_cap_to_final_max",
    "source": "openml",
    "source_rows_after_target_cleanup": 1000000,
    "stage_path": "/home/ubuntu/hyper/data/tabular/click.csv",
    "staged_feature_columns": 11,
    "staged_rows": 2000,
    "tool": "models.tools.acquire_real_binary_datasets"
  },
  "counts": {
    "dropped_feature_count": 0,
    "n_features": 11,
    "original_columns": 12,
    "original_rows": 2000,
    "rows_after_target_cleanup": 2000,
    "selected_rows": 2000,
    "strata_count": 48,
    "test_rows": 1000,
    "train_rows": 1000
  },
  "created_at": "2026-06-26T09:32:06+00:00",
  "dataset_hash": "ed9a06689daf9d3d",
  "dropped_feature_columns": [],
  "feature_columns": [
    "impression",
    "url_hash",
    "ad_id",
    "advertiser_id",
    "depth",
    "position",
    "query_id",
    "keyword_id",
    "title_id",
    "description_id",
    "user_id"
  ],
  "feature_encodings": {
    "ad_id": {
      "impute_value": 0.4998149871826172,
      "kind": "numeric"
    },
    "advertiser_id": {
      "impute_value": 0.4970280230045318,
      "kind": "numeric"
    },
    "depth": {
      "impute_value": 2.0,
      "kind": "numeric"
    },
    "description_id": {
      "impute_value": 0.4998149871826172,
      "kind": "numeric"
    },
    "impression": {
      "impute_value": 1.0,
      "kind": "numeric"
    },
    "keyword_id": {
      "impute_value": 0.4998149871826172,
      "kind": "numeric"
    },
    "position": {
      "impute_value": 1.0,
      "kind": "numeric"
    },
    "query_id": {
      "impute_value": 0.4998149871826172,
      "kind": "numeric"
    },
    "title_id": {
      "impute_value": 0.4998149871826172,
      "kind": "numeric"
    },
    "url_hash": {
      "impute_value": 0.4814392030239105,
      "kind": "numeric"
    },
    "user_id": {
      "impute_value": 0.4998149871826172,
      "kind": "numeric"
    }
  },
  "feature_scaling": {
    "constant_columns": [],
    "max": [
      235.0,
      1.0,
      1.0,
      1.0,
      3.0,
      3.0,
      1.0,
      1.0,
      1.0,
      1.0,
      1.0
    ],
    "method": "minmax over cleaned source rows before sampling",
    "min": [
      1.0,
      0.0,
      0.0,
      0.0,
      1.0,
      1.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": 11,
  "origin": "real",
  "original_headers": [
    "impression",
    "url_hash",
    "ad_id",
    "advertiser_id",
    "depth",
    "position",
    "query_id",
    "keyword_id",
    "title_id",
    "description_id",
    "user_id",
    "target"
  ],
  "output_headers": [
    "impression",
    "url_hash",
    "ad_id",
    "advertiser_id",
    "depth",
    "position",
    "query_id",
    "keyword_id",
    "title_id",
    "description_id",
    "user_id",
    "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": 3970900325,
    "source_read_max_rows": null,
    "test_target_rows": 1000,
    "train_target_rows": 1000
  },
  "sha256": "ed9a06689daf9d3d7c078d795a2d50c59a83d78e9ee094e01d53ee72ca765728",
  "source": "openml",
  "source_file": "click.csv",
  "source_modified_at": "2026-06-26T09:32:06+00:00",
  "source_openml_data_id": 45556,
  "source_openml_name": "Click",
  "source_path": "/home/ubuntu/hyper/data/tabular/click.csv",
  "source_real_data": true,
  "source_size_bytes": 309545,
  "source_url": "https://www.openml.org/d/45556",
  "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
}