Advanced data imputation library
Project description
advprep
advprep is a Python package offering advanced preprocessing tools for machine learning and deep learning pipelines.
Features
- Missing value imputation (mean, median, mode, forward/backward fill, KNN)
- Ready for integration into pipelines
- Fast, reliable, and production-ready
Usage
from advprep import AdvancedImputer
import pandas as pd
df = pd.read_csv("data.csv")
imputer = AdvancedImputer(method="knn")
df_imputed = imputer.fit_transform(df)
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
advprep-0.1.1.tar.gz
(4.5 kB
view details)
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 advprep-0.1.1.tar.gz.
File metadata
- Download URL: advprep-0.1.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59ebb16e24862e77fdb79f76ab7f2a2c563119cca9854a19a78f4c1fa0622efe
|
|
| MD5 |
d2c14a8a813fc574ad4020f1ce1324e4
|
|
| BLAKE2b-256 |
15ca242e69abae74f5af3c9e8710555222df8eba971acaeeacdadc5c160fcf95
|
File details
Details for the file advprep-0.1.1-py3-none-any.whl.
File metadata
- Download URL: advprep-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
520404ef13eec0e441666f8055e2e5b99c3a0c1b6997577df4a3ad8aa04621da
|
|
| MD5 |
44490b3938a7aff02aef76bde41e7566
|
|
| BLAKE2b-256 |
324b6243d3b8abe29d5d037428cd029cb831e00f78cd999f3258f6dfc7e0dcc0
|