Metadata-Version: 2.0
Name: azureml-train-core
Version: 1.28.0
Summary: Azure Machine Learning train core package for estimators
Home-page: https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
Author: Microsoft Corp
License: https://aka.ms/azureml-sdk-license
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: IPython
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Graphics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5,<4
Description-Content-Type: text/x-rst
Requires-Dist: azureml-train-restclients-hyperdrive (~=1.28.0)
Requires-Dist: azureml-core (~=1.28.0)
Requires-Dist: azureml-telemetry (~=1.28.0)


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




