Skip to main content

AutoImpute - Missing Data Imputation Framework for Machine Learning

Project description

AutoImpute

AutoImpute - Missing Data Imputation Framework for Machine Learning

AutoImpute is a comprehensive Python library designed to simplify and automate the process of handling missing data in machine learning datasets. It provides a suite of imputation strategies, from simple statistical methods to advanced predictive modeling, ensuring your data is ready for analysis.

Features

  • Diverse Imputation Strategies: Supports mean, median, mode, constant, and predictive imputation (using models like XGBoost, CatBoost, LightGBM).
  • Automated Workflow: Streamlines the imputation process, fitting seamlessly into scikit-learn pipelines.
  • Evaluation Metrics: Includes tools to evaluate imputation quality and impact on model performance.
  • Visualization: Visualize missing data patterns and imputation results.

Installation

pip install autopieby2

Usage

from autoimpute.imputation import AutoImputer
import pandas as pd

# Load your data
data = pd.read_csv("your_data.csv")

# Initialize and fit imputer
imputer = AutoImputer()
imputed_data = imputer.fit_transform(data)

print(imputed_data.head())

License

MIT License

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

autopieby2-1.0.82.tar.gz (20.8 kB view details)

Uploaded Source

Built Distribution

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

autopieby2-1.0.82-py3-none-any.whl (21.5 kB view details)

Uploaded Python 3

File details

Details for the file autopieby2-1.0.82.tar.gz.

File metadata

  • Download URL: autopieby2-1.0.82.tar.gz
  • Upload date:
  • Size: 20.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for autopieby2-1.0.82.tar.gz
Algorithm Hash digest
SHA256 f8754d7c0e85b85a67e517242bf8d5b39316fa95b2a26e77d8fe198f4bc48d12
MD5 c9292fc7c63c7a84d2a369bde3a5fac2
BLAKE2b-256 0a134f8b52fb25ba6136e0f4a96d32319dc7b994bf5eadfe1dbca47d82e86aae

See more details on using hashes here.

File details

Details for the file autopieby2-1.0.82-py3-none-any.whl.

File metadata

  • Download URL: autopieby2-1.0.82-py3-none-any.whl
  • Upload date:
  • Size: 21.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for autopieby2-1.0.82-py3-none-any.whl
Algorithm Hash digest
SHA256 0cf7a8d8522541259db4e2d62bea203b52d42c6dbbd035e515b76358f4cc7ab3
MD5 1a231ab2831bf90106f4b9cd7d333f12
BLAKE2b-256 6e559b54977a653ccc6b3d8c7bf709920c601d6dc4ee4772893510119e229ecf

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