Skip to main content

An automated EDA and data cleaning pipeline for healthcare ML.

Project description

quickprep 🚀

An automated Exploratory Data Analysis (EDA) and data cleaning pipeline designed to get tabular medical datasets ready for machine learning instantly.

Why use quickprep?

Standard EDA tools give you numbers; quickprep gives you clinical context. It automatically diagnoses severe class imbalances, flags biologically impossible missingness patterns, and executes a clean preprocessing recipe.

Installation

pip install quickprep

Quick Start

import pandas as pd
from quickprep import analyze, clean

df = pd.read_csv("your_medical_data.csv")

# 1. Diagnose the dataset
report = analyze(df, target='diagnosis')

# 2. Clean the dataset
clean_df, recipe = clean(df, target='diagnosis')

Project details


Download files

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

Source Distribution

quickprep-0.1.0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

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

quickprep-0.1.0-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file quickprep-0.1.0.tar.gz.

File metadata

  • Download URL: quickprep-0.1.0.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for quickprep-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3e95f2da2a537fbd99f89a6a539de366db9c1d154450e624325ab162393afc6e
MD5 f17f58a4199cf3f2e700ac0c2c125bf5
BLAKE2b-256 b770174083a714df0e9973cf826e23a14a6f349a67250673732f4e8c28f6c163

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickprep-0.1.0.tar.gz:

Publisher: publish.yml on HarshPawar-7/quickprep

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quickprep-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: quickprep-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for quickprep-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b716d98b11f4a8f2b2133ad7ba61c1bcfaa8156c51b7a3b949925fc898c16788
MD5 497672fc8bb1d13c0bf3a46a499a7473
BLAKE2b-256 a13279707568d25407d8ef8b5210a893ab9ab47d1bf8ab656dbd1bc0d034530f

See more details on using hashes here.

Provenance

The following attestation bundles were made for quickprep-0.1.0-py3-none-any.whl:

Publisher: publish.yml on HarshPawar-7/quickprep

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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