{
  "acquisition": {
    "acquired_at": "2026-06-26T09:37:35+00:00",
    "fetched_feature_columns": 10,
    "fetched_rows": 150000,
    "openml_data_id": 46929,
    "openml_name": "GiveMeSomeCredit",
    "openml_url": "https://www.openml.org/d/46929",
    "row_policy": "stratified_cap_to_final_max",
    "source": "openml",
    "source_rows_after_target_cleanup": 150000,
    "stage_path": "/home/ubuntu/hyper/data/tabular/givemesomecredit.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": 59,
    "test_rows": 1000,
    "train_rows": 1000
  },
  "created_at": "2026-06-26T09:37:35+00:00",
  "dataset_hash": "85120759b4e72997",
  "dropped_feature_columns": [],
  "feature_columns": [
    "RevolvingUtilizationOfUnsecuredLines",
    "age",
    "NumberOfTime30-59DaysPastDueNotWorse",
    "DebtRatio",
    "MonthlyIncome",
    "NumberOfOpenCreditLinesAndLoans",
    "NumberOfTimes90DaysLate",
    "NumberRealEstateLoansOrLines",
    "NumberOfTime60-89DaysPastDueNotWorse",
    "NumberOfDependents"
  ],
  "feature_encodings": {
    "DebtRatio": {
      "impute_value": 0.380242836,
      "kind": "numeric"
    },
    "MonthlyIncome": {
      "impute_value": 5472.0,
      "kind": "numeric"
    },
    "NumberOfDependents": {
      "impute_value": 0.0,
      "kind": "numeric"
    },
    "NumberOfOpenCreditLinesAndLoans": {
      "impute_value": 8.0,
      "kind": "numeric"
    },
    "NumberOfTime30-59DaysPastDueNotWorse": {
      "impute_value": 0.0,
      "kind": "numeric"
    },
    "NumberOfTime60-89DaysPastDueNotWorse": {
      "impute_value": 0.0,
      "kind": "numeric"
    },
    "NumberOfTimes90DaysLate": {
      "impute_value": 0.0,
      "kind": "numeric"
    },
    "NumberRealEstateLoansOrLines": {
      "impute_value": 1.0,
      "kind": "numeric"
    },
    "RevolvingUtilizationOfUnsecuredLines": {
      "impute_value": 0.1717837285,
      "kind": "numeric"
    },
    "age": {
      "impute_value": 52.0,
      "kind": "numeric"
    }
  },
  "feature_scaling": {
    "constant_columns": [],
    "max": [
      3629.0,
      94.0,
      98.0,
      61106.5,
      251608.0,
      34.0,
      98.0,
      13.0,
      98.0,
      6.0
    ],
    "method": "minmax over cleaned source rows before sampling",
    "min": [
      0.0,
      21.0,
      0.0,
      0.0,
      0.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": 10,
  "origin": "real",
  "original_headers": [
    "RevolvingUtilizationOfUnsecuredLines",
    "age",
    "NumberOfTime30-59DaysPastDueNotWorse",
    "DebtRatio",
    "MonthlyIncome",
    "NumberOfOpenCreditLinesAndLoans",
    "NumberOfTimes90DaysLate",
    "NumberRealEstateLoansOrLines",
    "NumberOfTime60-89DaysPastDueNotWorse",
    "NumberOfDependents",
    "target"
  ],
  "output_headers": [
    "RevolvingUtilizationOfUnsecuredLines",
    "age",
    "NumberOfTime30-59DaysPastDueNotWorse",
    "DebtRatio",
    "MonthlyIncome",
    "NumberOfOpenCreditLinesAndLoans",
    "NumberOfTimes90DaysLate",
    "NumberRealEstateLoansOrLines",
    "NumberOfTime60-89DaysPastDueNotWorse",
    "NumberOfDependents",
    "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": 2217156692,
    "source_read_max_rows": null,
    "test_target_rows": 1000,
    "train_target_rows": 1000
  },
  "sha256": "85120759b4e72997f31789d1aab70a11e1a090e95c3e9a351191f7de4c08b41c",
  "source": "openml",
  "source_file": "givemesomecredit.csv",
  "source_modified_at": "2026-06-26T09:37:35+00:00",
  "source_openml_data_id": 46929,
  "source_openml_name": "GiveMeSomeCredit",
  "source_path": "/home/ubuntu/hyper/data/tabular/givemesomecredit.csv",
  "source_real_data": true,
  "source_size_bytes": 122175,
  "source_url": "https://www.openml.org/d/46929",
  "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
}