FedML-Azure for Azure Machine Learning
FedML-Azure provides end-to-end integraton for training models in Azure Machine Learning service, using live business data from SAP systems and eliminates the need for duplicating the data. With only few lines of code, fedml-azure enables
- Data discovery
- Model training
- Model deployment, both in Azure ML and SAP BTP, all while enabling instant access to source business data from SAP systems.
Architecture
Copy to clipboard
Solution Diagram Resources
Resources
- Pip installable library: https://pypi.org/project/fedml-azure/
Flow
FedML, the Python Library is imported directly into Azure Machine Learning studio notebook instances. FedML connects to SAP Datasphere via secure Python/SQLDBC connectivity and helps federate the critical business data needed for training models in Azure ML.
Models trained in Azure ML can also be optionally deployed in SAP BTP Kyma for inferencing via FedML-Azure's seamless deployment integration.
When to use
- When a customer already has Microsoft Azure service as part of their cloud platform strategy, and have invested in using Azure ML is their data science platform for machine learning projects.
- Majority of training (non-SAP) data resides in the Azure platform storages, with critical SAP data from various SAP applications (with semantics intact) is still needed for training.
- Trained models have potential to be deployed in SAP BTP Kyma for quick inferencing that involve SAP data.