The package of Auto-DP ( Automated System for Data Preparation).
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.7.16.
- pip install autodatapre
Run Example
-
AutoDP.testFunction() provide two fast examples, Showcased examples from our paper.
-
We support classification and regression tasks, with specified runtime and default runtime until convergence.
-
Taking classification as an example:
import autodatapre as AutoDP
datasetName = your_dataset_path # e.g. "E:/1.csv"
datasetTarget = the_target_column_name # e.g. 'delay'
runTime = 10
df = pd.read_csv(datasetName, sep=',', encoding='ISO-8859-1')
detailResult, preparedDataset = AutoDP.Classifier(df, datasetName, datasetTarget, runTime)
AutoDP.EnhancedFunction(df, preparedDataset, detailResult, taskType="CLA")
-
If runTime is not specified in the Classifier function, run until convergence.
-
Regressor has the same settings.
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
File details
Details for the file autodatapre-0.1.12.tar.gz
.
File metadata
- Download URL: autodatapre-0.1.12.tar.gz
- Upload date:
- Size: 765.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 215a291067470a20592311b6444eee4b952d2c027e410b286955da6b0f6de2e6 |
|
MD5 | ab7cd2b8f0f93ab8f133083acbd5b800 |
|
BLAKE2b-256 | be5247f9bc463e9ebc1141dd8ed919729f4ac286e5c0b85f8e637fc779ca15ee |
File details
Details for the file autodatapre-0.1.12-py2.py3-none-any.whl
.
File metadata
- Download URL: autodatapre-0.1.12-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 | 031bf62c1a832a54ad55c2fba446c7755da51454ce970fcef23d3f689213b64d |
|
MD5 | 075cf9eef0abd3a90534d0e973bc6d25 |
|
BLAKE2b-256 | 37044cce70a9fbe7aac4920ddee1bc71c8376c0e4402ba9ac49186a315fb6035 |