Skip to main content

General ML dataset package

Project description

Dataset library prototype

Sedpack: scalable and efficient data packing

This is a prototype of a dataset library. Mainly refactored from the SCAAML project.

Available components

  • TODO

Install

Dependencies

To use this library you need to have a working version of TensorFlow 2.x and a version of Python >=3.8.

Dataset install

Development install

  1. Clone the repository: git clone https://security-and-privacy-group-research.googlesource.com/dataset_lib_prototype
  2. Install dependencies: python3 -m pip install --require-hashes -r requirements.txt
  3. Install the package in development mode: python3 -m pip install --editable . (short pip install -e . or legacy python setup.py develop)

Update dependencies

Make sure to have: sudo apt install python3 python3-pip python3-venv and activated the virtual environment.

Install requirements: pip install --require-hashes -r base-tooling-requirements.txt

Update: pip-compile requirements.in --generate-hashes --upgrade and commit requirements.txt.

Package install

pip install TODO(package name)

Tutorial

TODO provide instructions how to use this package.

Disclaimer

This is not an official Google product.

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

sedpack-0.0.3.tar.gz (108.7 kB view hashes)

Uploaded Source

Built Distribution

sedpack-0.0.3-py3-none-any.whl (67.2 kB view hashes)

Uploaded Python 3

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