Project: azureml-train-core

Provides estimators for training models.

Project Details

Latest version
1.54.0
Home Page
https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
PyPI Page
https://pypi.org/project/azureml-train-core/

Project Popularity

PageRank
0.006881442857860291
Number of downloads
636702

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