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": null,
"docs_url": null,
"requires_python": "<4,>=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Microsoft Corp",
"author_email": null,
"download_url": null,
"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.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": "414846071bf5d4ba06c7188634426bdc4239da4ee7611dcdbe789bb183e866a4",
"md5": "46d9bdb58b33be652bd1c3a1b3250059",
"sha256": "311cc30738c067e6bd510b87152283b41285ce8ce7716573d1cf51f6825b4194"
},
"downloads": -1,
"filename": "azureml_train_core-1.58.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "46d9bdb58b33be652bd1c3a1b3250059",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.8",
"size": 8643153,
"upload_time": "2024-10-16T17:44:47",
"upload_time_iso_8601": "2024-10-16T17:44:47.615236Z",
"url": "https://files.pythonhosted.org/packages/41/48/46071bf5d4ba06c7188634426bdc4239da4ee7611dcdbe789bb183e866a4/azureml_train_core-1.58.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-16 17:44:47",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "azureml-train-core"
}