azureml-pipeline


Nameazureml-pipeline JSON
Version 1.55.0 PyPI version JSON
download
home_pagehttps://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
SummaryUsed to build, optimize, and manage their machine learning workflows.
upload_time2024-02-06 19:36:18
maintainer
docs_urlNone
authorMicrosoft Corp
requires_python>=3.7,<4.0
licensehttps://aka.ms/azureml-sdk-license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Microsoft Corp",
    "author_email": "",
    "download_url": "",
    "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.55.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": "2a0a38f1cf398eb70628ae5ee5a809011a38586ff6a82f2ee124027e77cf7175",
                "md5": "cead4d4dfcbb010cc4d817d2248a407e",
                "sha256": "141d3b987f6c3b34a6cf75491769d93b2f99bcedfed8e4e125ba7bdbce207599"
            },
            "downloads": -1,
            "filename": "azureml_pipeline-1.55.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cead4d4dfcbb010cc4d817d2248a407e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 2398,
            "upload_time": "2024-02-06T19:36:18",
            "upload_time_iso_8601": "2024-02-06T19:36:18.345916Z",
            "url": "https://files.pythonhosted.org/packages/2a/0a/38f1cf398eb70628ae5ee5a809011a38586ff6a82f2ee124027e77cf7175/azureml_pipeline-1.55.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 19:36:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "azureml-pipeline"
}
        
Elapsed time: 0.21135s