Metadata-Version: 2.1
Name: fedml_gcp
Version: 2.1.0.dev0
Summary: A python library for building machine learning models on Google Cloud Platform using a federated data source
Author: SAP SE
License: Apache License 2.0
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown

## Introduction

The SAP Federated ML Python libraries (FedML) applies the Data Federation architecture of SAP DataWarehouse Cloud for intelligently sourcing data for Machine Learning experiments done at the Hyperscalers thereby removing the need for replicating or moving data. 
By abstracting the Data Connection, Data load, and Model training (with flexibility and provision for user provided training scripts) for Hyperscaler Machine learning processes, the FedML library  provides end to end integration with few lines of code.

## Installation

Install the SAP FedML GCP library using pip as follows:

`pip install fedml-gcp`

## Documentation and getting started

For getting started with the SAP FedML GCP Library and for documentation and sample notebooks, please refer the SAP FedML GCP github page [link](https://github.com/SAP-samples/data-warehouse-cloud-fedml/blob/main/GCP/README.md)

