Provides estimators for training models.
The azureml-train-core package provides estimators for training models and includes the following:
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