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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autopieby2-1.0.81.tar.gz.
File metadata
- Download URL: autopieby2-1.0.81.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63589b73331ce71d40dabd1e4d0ef10a03b7e3e3d69846e98fcac613ea4f015d
|
|
| MD5 |
452739335544f85012869e4617422ad5
|
|
| BLAKE2b-256 |
c8c26bcf0f7531c0eb53f8d21a02973cc0ee31dbadeae0d5b9baaaeeab7e50d8
|
File details
Details for the file autopieby2-1.0.81-py3-none-any.whl.
File metadata
- Download URL: autopieby2-1.0.81-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3ef44a6632a458fa1fecd1838eaafab258166d8a7abb2b3bee2250e5c90cee4
|
|
| MD5 |
a3c2080be5af292f0807e95022f89d74
|
|
| BLAKE2b-256 |
63b221a0d297168636bd676325cbfc2ddab5d7e354d9058fbb4cabc0cd6877f8
|