Skip to main content

KMDS Featurization

KMDS Featurization turns cleaned data into model-ready datasets using a configurable stage pipeline.

It is designed to be flexible:

  • works with standard cross-sectional datasets
  • supports survival analysis workflows when needed
  • keeps feature engineering and train/validation flow leakage-safe
  • resolves file anchors relative to the workspace working_dir

What it produces

The main outputs are:

  • featurized_data.csv: a consolidated engineered dataset
  • model_ready_numeric_data.csv: a numeric model-ready export for modeling

This tool also creates diagnostic artifacts such as:

  • feature_selection_knee_curve.png

How it works

The pipeline is built from stage wrappers in featurization_scripts/featurization.py. Each stage returns a DataFrame and the runner concatenates stage outputs by index.

Key ideas:

  • every row can be assigned a stable record_id
  • stages are configured in featurizer_config.yaml
  • stage output is merged horizontally to build the final dataset
  • only the final stage may intentionally add new records back into the pipeline

Survival vs. regular featurization

This repository supports two kinds of workflows:

  • regular cross-sectional featurization: one row per input record
  • survival featurization: one row per subject after flattening event or interval history

If you are doing survival analysis, read:

  • documents/survival_featurization_pipeline.md

For regular workflows, see:

  • documents/user_guide_cs_featurization.md

Quick start

Initialize a workspace config:

featurization-cli init \
  --working-dir /path/to/workspace \
  --metadata-file your_metadata.csv \
  --data-file your_cleaned_dataset.csv

Create a provisional starter config:

featurization-cli bootstrap \
  --working-dir /path/to/workspace \
  --metadata-file your_metadata.csv \
  --data-file your_cleaned_dataset.csv

Run the pipeline:

featurization-cli run --working-dir /path/to/workspace

If you want to validate survival config first, check:

  • documents/survival_featurization_pipeline.md

Testing

Run the core tests with:

pytest -q tests/test_sba_pipeline.py tests/test_survival_prep.py tests/test_survival_featurizer_pipeline.py

Notes for users

  • featurizer_config.yaml file anchors are workspace-relative.
  • absolute paths depend on your local working_dir setting.
  • stage wrappers should stay thin and use shared src/tabular/ logic.
  • survival support is a use-case extension, not a universal default.

Recommended documents

  • documents/sba_pipeline_featurization.md
  • documents/config_blueprint.md
  • documents/path_coordinator_function.md
  • documents/user_guide_cs_featurization.md
  • documents/survival_featurization_pipeline.md

Packaged documentation helper

The package now includes the documentation under featurization/documents/ inside the installed package. Use the helper to access files from code after installation:

from featurization import read_package_document, list_package_documents

print(list_package_documents())
print(read_package_document("stash.md"))

This means you no longer need a separate top-level documents/ directory in the repository once the packaged copy is kept in src/featurization/documents/.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kmds_featurization-0.3.2.tar.gz (105.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kmds_featurization-0.3.2-py3-none-any.whl (78.7 kB view details)

Uploaded Python 3

File details

Details for the file kmds_featurization-0.3.2.tar.gz.

File metadata

  • Download URL: kmds_featurization-0.3.2.tar.gz
  • Upload date:
  • Size: 105.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for kmds_featurization-0.3.2.tar.gz
Algorithm Hash digest
SHA256 8a0e46640a273a78f7f28cb9a76065f819439948ff97cbd315d56dd1c463bdac
MD5 282029d5f579ce2633fa9582013f0e1f
BLAKE2b-256 bed538f6ad2ddabd719f3c14abd4cd72831274a0c3e24337144a46e16778e6e8

See more details on using hashes here.

File details

Details for the file kmds_featurization-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: kmds_featurization-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 78.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for kmds_featurization-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5c1c5a5d9eae5a47d307fe7135ab64582d036aa66226f04b1ae1091675b99b14
MD5 d84618928e44e41e1fb526e118318e3e
BLAKE2b-256 1b4d42a091f2ee01bab6ba0f2220e111189e6f20bae52bd76b85dd6d0a7ef795

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page