Skip to content

Commit 6be9512

Browse files
authored
Merge d56d6a1 into 5a81f9d
2 parents 5a81f9d + d56d6a1 commit 6be9512

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Costa Rica
55
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
66
[brown9804](https://github.com/brown9804)
77

8-
Last updated: 2025-02-21
8+
Last updated: 2025-04-28
99

1010
------------------------------------------
1111

@@ -20,6 +20,20 @@ Last updated: 2025-02-21
2020

2121
</details>
2222

23+
> Azure Machine Learning (PaaS) is a cloud-based platform from Microsoft designed to help `data scientists and machine learning engineers build, train, deploy, and manage machine learning models at scale`. It supports the `entire machine learning lifecycle, from data preparation and experimentation to deployment and monitoring.` It provides powerful tools for `both code-first and low-code users`, including Jupyter notebooks, drag-and-drop interfaces, and automated machine learning (AutoML). `Azure ML integrates seamlessly with other Azure services and supports popular frameworks like TensorFlow, PyTorch, and Scikit-learn.`
24+
25+
| Feature / Platform | Azure Machine Learning | Microsoft Fabric | Azure AI Foundry |
26+
|--------------------------|----------------------------------------------------------|-----------------------------------------------------------|-----------------------------------------------------------|
27+
| **Purpose** | End-to-end ML lifecycle management and MLOps | Unified data analytics and business intelligence platform | Unified platform for building and deploying AI solutions |
28+
| **Model Deployment** | Supports real-time and batch deployment via AKS, ACI | Limited ML deployment; integrates with Azure ML | Deploys models as APIs or services within projects |
29+
| **Compute Options** | Compute instances, clusters, Kubernetes, attached compute| Uses OneLake and Spark compute for data processing | Managed compute for model training and inference |
30+
| **Notebook Support** | Jupyter notebooks, VS Code integration | Notebooks in Data Science experience (powered by Spark) | Code-first notebooks and SDK integration |
31+
| **AutoML** | Built-in AutoML for classification, regression, etc. | Not available directly | Not primary focus, but supports model selection and tuning|
32+
| **MLOps & Monitoring** | Full MLOps support with versioning, CI/CD, monitoring | Not a core feature | Continuous monitoring and governance for AI apps |
33+
| **Target Users** | Data scientists, ML engineers | Data analysts, data scientists, data engineers, developers, business users, executives | AI developers, app builders, enterprise teams |
34+
| **Integration** | Azure DevOps, GitHub, MLflow | Power BI, Synapse, Azure Data Factory | GitHub, VS Code, LangChain, Semantic Kernel, Azure AI |
35+
36+
2337
## Workspace
2438

2539
## Authoring
@@ -36,7 +50,6 @@ Last updated: 2025-02-21
3650
| **Attached Compute** | External compute resources manually connected to Azure ML. | Leverage existing infrastructure. | Using Azure VMs, Databricks, or on-prem compute. | Flexibility, hybrid cloud support, reuse of existing resources. |
3751
| **Serverless Instances** | Lightweight, on-demand compute (e.g., Azure Container Instances). | Quick testing and low-scale inference. | Temporary model deployment, dev/test environments. | No infrastructure management, fast startup, cost-effective. |
3852

39-
4053
<div align="center">
4154
<img src="" alt="Centered Image" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
4255
</div>

0 commit comments

Comments
 (0)