{
  "counts": {
    "dropped_feature_count": 0,
    "n_features": 9,
    "original_columns": 10,
    "original_rows": 189,
    "rows_after_target_cleanup": 189,
    "selected_rows": 189,
    "strata_count": 51,
    "test_rows": 32,
    "train_rows": 157
  },
  "created_at": "2026-06-21T07:58:43+00:00",
  "dataset_hash": "17a4542ee4fb9e44",
  "dropped_feature_columns": [],
  "feature_columns": [
    "LOW",
    "AGE",
    "LWT",
    "RACE",
    "SMOKE",
    "PTL",
    "HT",
    "UI",
    "FTV"
  ],
  "feature_encodings": {
    "AGE": {
      "impute_value": 23.0,
      "kind": "numeric"
    },
    "FTV": {
      "impute_value": 0.0,
      "kind": "numeric"
    },
    "HT": {
      "impute_value": 0.0,
      "kind": "numeric"
    },
    "LOW": {
      "impute_value": 0.0,
      "kind": "numeric"
    },
    "LWT": {
      "impute_value": 121.0,
      "kind": "numeric"
    },
    "PTL": {
      "impute_value": 0.0,
      "kind": "numeric"
    },
    "RACE": {
      "impute_value": 1.0,
      "kind": "numeric"
    },
    "SMOKE": {
      "impute_value": 0.0,
      "kind": "numeric"
    },
    "UI": {
      "impute_value": 0.0,
      "kind": "numeric"
    }
  },
  "feature_scaling": {
    "constant_columns": [],
    "max": [
      1.0,
      45.0,
      250.0,
      3.0,
      1.0,
      3.0,
      1.0,
      1.0,
      6.0
    ],
    "method": "minmax over cleaned source rows before sampling",
    "min": [
      0.0,
      14.0,
      80.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": 9,
  "original_headers": [
    "LOW",
    "AGE",
    "LWT",
    "RACE",
    "SMOKE",
    "PTL",
    "HT",
    "UI",
    "FTV",
    "target"
  ],
  "output_headers": [
    "LOW",
    "AGE",
    "LWT",
    "RACE",
    "SMOKE",
    "PTL",
    "HT",
    "UI",
    "FTV",
    "target"
  ],
  "sampling": {
    "method": "quota stratified by target distribution plus high-variance feature quantile bins",
    "minimum_test_to_train_ratio_when_small": 0.2,
    "seed": 378630947,
    "test_target_rows": 1000,
    "train_target_rows": 1000
  },
  "sha256": "17a4542ee4fb9e449e91aca422db14da6024b15bd4d21b887396f87de49d79b1",
  "source_file": "lowbwt.csv",
  "source_modified_at": "2026-06-20T09:30:22+00:00",
  "source_path": "/home/ubuntu/hyper/data/tabular/lowbwt.csv",
  "source_size_bytes": 8718,
  "target_column": "target",
  "target_is_final_column": true,
  "target_names": [
    "target"
  ],
  "target_scaling": {
    "max": 4990.0,
    "min": 709.0,
    "mode": "regression",
    "range": [
      0.0,
      1.0
    ]
  },
  "target_source_encoding": {
    "kind": "numeric"
  },
  "task_type": "regression",
  "test_rows": 32,
  "train_rows": 157
}