Skip to main content

An industrial-strength data science toolkits

Project description

## Home Built on popular scientific computing toolkits, aresy aims to make it easy to process large-scale data on a single server. aresy treats the whole data flow as a computation graph, where the input data will be put into placeholders, and you can perform nearly any python-based transformation by extending the graph. aresy was designed with the following principles:

  • Compatible with python data science ecosystem, such as numpy, pytorch, tensorflow modules.

  • Able to process cross-type, cross-domain, cross-granularity data simultaneously.

  • Easy to build a large feature generator, a transformer or even a data loader to feed preprocessed data into deep learning models.

## Installation `shell python setup.py install `

## Package Reference

  • aresy.formatting
    • aresy.formatting.TSVDataLoader

    • aresy.formatting.TSVPlaceholder

  • aresy.preprocessing
    • aresy.preprocessing.WrangleFloat

    • aresy.preprocessing.WrangleStr

    • aresy.preprocessing.WrangleNormalDatetime

  • aresy.aggregating
    • aresy.aggregating.Sum

    • aresy.aggregating.Mean

    • aresy.aggregating.Std

    • aresy.aggregating.Max

    • aresy.aggregating.Min

    • aresy.aggregating.Quantile

  • aresy.utils
    • aresy.wrap_outputs_to_json

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

aresy-0.0.5.tar.gz (4.0 kB view hashes)

Uploaded Source

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