You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,20 @@ Last updated: 2025-04-28
20
20
21
21
</details>
22
22
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 |
|**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 |
0 commit comments