The package of Auto-DP ( Automated System for Data Preparation).
Project description
autodatapre
Project description
Automated System for Efficient Generation of Data Preparation Pipeline
Quick Start
- Before running the code, please make sure your Python version is 3.10.
- pip install autodatapre
Run Example
- AutoDP.testFunction() provide two examples
- datasetName=csv_path datasetTarget = '' runTime = 10 df = pd.read_csv(datasetName, sep=',', encoding='ISO-8859-1') detailResult, preparedDataset = Classifier(df, datasetName, datasetTarget, runTime) EnhancedFunction(df, preparedDataset, detailResult, taskType="CLA")
- datasetName=csv_path datasetTarget = '' df = pd.read_csv(datasetName, sep=',', encoding='ISO-8859-1') detailResult, preparedDataset = Regressor(df, datasetName, datasetTarget, runTime) EnhancedFunction(df, preparedDataset, detailResult, taskType="CLA")
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
autodatapre-0.1.9.tar.gz
(765.6 kB
view details)
Built Distribution
File details
Details for the file autodatapre-0.1.9.tar.gz
.
File metadata
- Download URL: autodatapre-0.1.9.tar.gz
- Upload date:
- Size: 765.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d66d3dd80b25f55db8c23e85b9852472f4bd6f1c58ca80854684b63ad7991ebd |
|
MD5 | 37bf2a68ee7afd46ecf7382b0721c409 |
|
BLAKE2b-256 | 51c9d71fce722f6f28c61ea2984d687bc26d330142ac5a48fa41791d6bef205c |
File details
Details for the file autodatapre-0.1.9-py2.py3-none-any.whl
.
File metadata
- Download URL: autodatapre-0.1.9-py2.py3-none-any.whl
- Upload date:
- Size: 790.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3378a7ce1d2c57f987df152e629bbd1debadcd63d33eb50d5d12d62db0295b01 |
|
MD5 | 42fa91577d8362ab22d6215750549a74 |
|
BLAKE2b-256 | 9c32f313cd8062bd7a4f449a6cd82aa0d5a2fe61ada0d9c2a342d563ac52c7a8 |