azureml-core


Nameazureml-core JSON
Version 1.55.0.post2 PyPI version JSON
download
home_pagehttps://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
SummaryAzure Machine Learning core packages, modules, and classes
upload_time2024-03-12 19:12:39
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.
            
The azureml-core provides core packages, modules, and classes for Azure Machine Learning and includes the following:

- Creating/managing workspaces and experiments, and submitting/accessing model runs and run output/logging.
- Creating/managing Machine learning compute targets and resources
- Models, images and web services.
- Modules supporting data representation for Datastore and Dataset in Azure Machine Learning.
- Azure Machine Learning exception classes.
- Module used internally to prepare the Azure ML SDK for remote environments.

*****************
Setup
*****************
Follow these `instructions <https://docs.microsoft.com/azure/machine-learning/how-to-configure-environment#local>`_ to install the Azure ML SDK on your local machine, create an Azure ML workspace, and set up your notebook environment, which is required for the next step.

Once you have set up your environment, install the Azure ML core package:

.. code-block:: python

  pip install azureml-core



            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py",
    "name": "azureml-core",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,< 4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Microsoft Corp",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "\r\nThe azureml-core provides core packages, modules, and classes for Azure Machine Learning and includes the following:\r\n\r\n- Creating/managing workspaces and experiments, and submitting/accessing model runs and run output/logging.\r\n- Creating/managing Machine learning compute targets and resources\r\n- Models, images and web services.\r\n- Modules supporting data representation for Datastore and Dataset in Azure Machine Learning.\r\n- Azure Machine Learning exception classes.\r\n- Module used internally to prepare the Azure ML SDK for remote environments.\r\n\r\n*****************\r\nSetup\r\n*****************\r\nFollow these `instructions <https://docs.microsoft.com/azure/machine-learning/how-to-configure-environment#local>`_ to install the Azure ML SDK on your local machine, create an Azure ML workspace, and set up your notebook environment, which is required for the next step.\r\n\r\nOnce you have set up your environment, install the Azure ML core package:\r\n\r\n.. code-block:: python\r\n\r\n  pip install azureml-core\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "https://aka.ms/azureml-sdk-license",
    "summary": "Azure Machine Learning core packages, modules, and classes",
    "version": "1.55.0.post2",
    "project_urls": {
        "Homepage": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ae768f39db9fd7089b5fe810e255d20f61f81a52fd250e2827e22d347580b4e",
                "md5": "5fbd6aebb541af5053ef458f3607eaa6",
                "sha256": "58d5a2ca698332b70d48f82a1672f57f4777574c1c58d50e0d1857700050497d"
            },
            "downloads": -1,
            "filename": "azureml_core-1.55.0.post2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5fbd6aebb541af5053ef458f3607eaa6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,< 4.0",
            "size": 3311019,
            "upload_time": "2024-03-12T19:12:39",
            "upload_time_iso_8601": "2024-03-12T19:12:39.725566Z",
            "url": "https://files.pythonhosted.org/packages/6a/e7/68f39db9fd7089b5fe810e255d20f61f81a52fd250e2827e22d347580b4e/azureml_core-1.55.0.post2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 19:12:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "azureml-core"
}
        
Elapsed time: 0.23112s