|
1 | 1 | # Azure ML Package client library for Python
|
2 | 2 |
|
3 |
| -We are excited to introduce the public preview of Azure Machine Learning Python SDK v2. The Python SDK v2 introduces new SDK capabilities like standalone local jobs, reusable components for pipelines and managed online/batch inferencing. Python SDK v2 allows you to move from simple to complex tasks easily and incrementally. This is enabled by using a common object model which brings concept reuse and consistency of actions across various tasks. The SDK v2 shares its foundation with the CLI v2 which is currently in also in public preview. |
| 3 | +We are excited to introduce the GA of Azure Machine Learning Python SDK v2. The Python SDK v2 introduces new SDK capabilities like standalone local jobs, reusable components for pipelines and managed online/batch inferencing. Python SDK v2 allows you to move from simple to complex tasks easily and incrementally. This is enabled by using a common object model which brings concept reuse and consistency of actions across various tasks. The SDK v2 shares its foundation with the CLI v2 which is also GA. |
4 | 4 |
|
5 | 5 | [Source code][source_code] | [Package (PyPI)][ml_pypi] | [API reference documentation][ml_ref_docs] | [Product documentation][product_documentation] | [Samples][ml_samples]
|
6 | 6 |
|
7 | 7 |
|
8 |
| -This package has been tested with Python 3.6, 3.7, 3.8, 3.9 and 3.10. |
| 8 | +This package has been tested with Python 3.7, 3.8, 3.9 and 3.10. |
9 | 9 |
|
10 | 10 | For a more complete set of Azure libraries, see https://aka.ms/azsdk/python/all
|
11 | 11 |
|
12 | 12 | ## Getting started
|
13 | 13 |
|
14 | 14 | ### Prerequisites
|
15 | 15 |
|
16 |
| -- Python 3.6 or later is required to use this package. |
| 16 | +- Python 3.7 or later is required to use this package. |
17 | 17 | - You must have an [Azure subscription][azure_subscription].
|
18 | 18 | - An [Azure Machine Learning Workspace][workspace].
|
19 | 19 |
|
@@ -114,8 +114,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
|
114 | 114 |
|
115 | 115 | [source_code]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ml/azure-ai-ml
|
116 | 116 | [ml_pypi]: https://pypi.org/project/azure-ai-ml/
|
117 |
| -[ml_ref_docs]: https://docs.microsoft.com/python/api/azure-ai-ml/?view=azure-ml-py |
118 |
| -[ml_samples]: https://github.com/Azure/azureml-examples/tree/sdk-preview/sdk |
| 117 | +[ml_ref_docs]: https://learn.microsoft.com/python/api/overview/azure/ai-ml-readme?view=azure-python |
| 118 | +[ml_samples]: https://github.com/Azure/azureml-examples/tree/main/sdk/python |
119 | 119 | [product_documentation]: https://docs.microsoft.com/azure/machine-learning/
|
120 | 120 | [azure_subscription]: https://azure.microsoft.com/free/
|
121 | 121 | [workspace]: https://docs.microsoft.com/azure/machine-learning/concept-workspace
|
|
0 commit comments