Skip to main content

The package of Auto-DP ( Automated System for Data Preparation).

Project description

Automated System for Efficient Generation of Data Preparation Pipeline

Quick Start

  1. Before running the code, please make sure your Python version is 3.7.16.
  2. pip install autodatapre

Run Example

  1. AutoDP.testFunction() provide two fast examples, Showcased examples from our paper.

  2. We support classification and regression tasks, with specified runtime and default runtime until convergence.

  3. Taking classification as an example,

    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")

  4. If runTime is not specified in the Classifier function, run until convergence.

  5. Regressor has the same settings.

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

autodatapre-0.1.11.tar.gz (765.8 kB view details)

Uploaded Source

Built Distribution

autodatapre-0.1.11-py2.py3-none-any.whl (790.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file autodatapre-0.1.11.tar.gz.

File metadata

  • Download URL: autodatapre-0.1.11.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

Hashes for autodatapre-0.1.11.tar.gz
Algorithm Hash digest
SHA256 8b68c2bd3d6d4c2ea5a7cfa4bb778145ae646dcadf48b698b6f37e87f8bbea63
MD5 3be6648556bd6aa3de72f09e5ffbbddd
BLAKE2b-256 577e8578d5f5dce9f1c70315582743bcab410ace93839b903020a7a2fa5ff7e1

See more details on using hashes here.

File details

Details for the file autodatapre-0.1.11-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for autodatapre-0.1.11-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 dcdec5eee7687408b5c9ee632f54b68945619680fb1275b4426a16287da76761
MD5 1bb968d5e353dda54ed4d6868fe0983f
BLAKE2b-256 97135b3b56e28675d195d21c53c7d8581c6e899ea456d9bc59b54e6c7e4aaa05

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page