Machine learning (ML) pipelines are used by data scientists to build, optimize, and manage their machine learning workflows. A typical pipeline involves a sequence of steps that cover the following areas:
* Data preparation, such as normalizations and transformations
* Model training, such as hyper parameter tuning and validation
* Model deployment and evaluation
The Azure Machine Learning SDK for Python can be used to create ML pipelines as well as to submit and track individual pipeline runs.
Module and ModuleVersion classes are added to manage reusable compute units in pipelines.
Raw data
{
"_id": null,
"home_page": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py",
"name": "azureml-pipeline",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Microsoft Corp",
"author_email": null,
"download_url": null,
"platform": null,
"description": "Machine learning (ML) pipelines are used by data scientists to build, optimize, and manage their machine learning workflows. A typical pipeline involves a sequence of steps that cover the following areas:\r\n\r\n * Data preparation, such as normalizations and transformations\r\n * Model training, such as hyper parameter tuning and validation\r\n * Model deployment and evaluation\r\n\r\nThe Azure Machine Learning SDK for Python can be used to create ML pipelines as well as to submit and track individual pipeline runs.\r\n\r\nModule and ModuleVersion classes are added to manage reusable compute units in pipelines.\r\n",
"bugtrack_url": null,
"license": "https://aka.ms/azureml-sdk-license",
"summary": "Used to build, optimize, and manage their machine learning workflows.",
"version": "1.58.0",
"project_urls": {
"Homepage": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "87f9fc4e82e0a55bbc8cad07add405c5d3162cb2c4d55987014db522ae102976",
"md5": "baec5c77177473d5e651e5bc162b02d2",
"sha256": "3a60cd29038157cef4fc4891da3899147a4e8f9f3aa254d7c033dc0fe2b9f5c7"
},
"downloads": -1,
"filename": "azureml_pipeline-1.58.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "baec5c77177473d5e651e5bc162b02d2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 2396,
"upload_time": "2024-10-16T17:44:28",
"upload_time_iso_8601": "2024-10-16T17:44:28.831476Z",
"url": "https://files.pythonhosted.org/packages/87/f9/fc4e82e0a55bbc8cad07add405c5d3162cb2c4d55987014db522ae102976/azureml_pipeline-1.58.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-16 17:44:28",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "azureml-pipeline"
}