Metadata-Version: 2.1
Name: fedml-databricks
Version: 1.0.0
Summary: A python library for building machine learning models on Databricks 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
License-File: LICENSE.txt

## Introduction

The SAP Federated ML Python library for Databricks applies the Data Federation architecture of SAP Data Warehouse Cloud for intelligently sourcing SAP as well as non-SAP data for Machine Learning experiments done in Databricks, thereby removing the need for replicating or moving the data. By abstracting the Data Connection, Data load, Model Deployment in SAP environment, and Inferencing for Machine learning processes , the FedML Databricks library provides end to end integration with few lines of code.

## Installation

Install the SAP FedML Databricks library using pip as follows:

`pip install fedml-databricks --no-cache-dir --upgrade --force-reinstall`

## Documentation and getting started

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

