azureml-train-core


Nameazureml-train-core JSON
Version 1.55.0 PyPI version JSON
download
home_pagehttps://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
SummaryProvides estimators for training models.
upload_time2024-02-06 19:36:44
maintainer
docs_urlNone
authorMicrosoft Corp
requires_python>=3.7,<4
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-train-core package provides estimators for training models and includes the following:

- Base estimator classes and the generic estimator class in Azure Machine Learning.
- Estimators used in Deep Neural Network (DNN) training.
- Modules and classes supporting hyperparameter tuning.
- Estimator for training with Scikit-Learn.

*****************
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 train core package:

.. code-block:: python

  pip install azureml-train-core



            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py",
    "name": "azureml-train-core",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4",
    "maintainer_email": "",
    "keywords": "",
    "author": "Microsoft Corp",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "\r\nThe azureml-train-core package provides estimators for training models and includes the following:\r\n\r\n- Base estimator classes and the generic estimator class in Azure Machine Learning.\r\n- Estimators used in Deep Neural Network (DNN) training.\r\n- Modules and classes supporting hyperparameter tuning.\r\n- Estimator for training with Scikit-Learn.\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 train core package:\r\n\r\n.. code-block:: python\r\n\r\n  pip install azureml-train-core\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "https://aka.ms/azureml-sdk-license",
    "summary": "Provides estimators for training models.",
    "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": "6899dc92960b7b891441c3c5626f269aee6cdb6c56387df89e5e3e83e569f13d",
                "md5": "6e92f3e3c29405080aa75cab863fc787",
                "sha256": "4d7af4dcba8dadd6181615b314bf7a7d2a71bbcc09f7f4ebb2d4bd13255b1a0e"
            },
            "downloads": -1,
            "filename": "azureml_train_core-1.55.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6e92f3e3c29405080aa75cab863fc787",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4",
            "size": 8643152,
            "upload_time": "2024-02-06T19:36:44",
            "upload_time_iso_8601": "2024-02-06T19:36:44.493633Z",
            "url": "https://files.pythonhosted.org/packages/68/99/dc92960b7b891441c3c5626f269aee6cdb6c56387df89e5e3e83e569f13d/azureml_train_core-1.55.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 19:36:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "azureml-train-core"
}
        
Elapsed time: 0.21140s