Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 399 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 399 Bytes

GCP ML Framework

Framework for large scale data processing, (DNN) model training, and prediction delivery on the Google Cloud Platform.

Installation

$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt

Usage

$ ./runner.sh (preprocess|tune|train|predict) (local|cloud)

Notes

  • Support for Apache Beam in Python 3 is still experimental.