azureml-train
What it is and what it does
azureml-train is a deprecated package that once provided Azure Machine Learning training functionality. It now serves primarily as a redirect to azureml-train-core, its successor. The package depends on azureml-train-core at runtime, meaning installing azureml-train will pull in the core package anyway. It supports Python 3.8 through 3.11 on Windows, macOS, and Linux.
The package is in a transition state: it remains marked as active with recent releases, yet the official description warns that it 'might not receive future updates and removed from the distribution altogether.' For new projects, Microsoft recommends using azureml-train-core directly rather than this wrapper.
Use it for:
- Maintaining legacy code that imports from azureml-train without immediate refactoring
- Gradual migration from azureml-train to azureml-train-core in existing projects
- Development on Windows, macOS, or Linux using Azure ML training APIs
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A deprecated wrapper package that redirects users to azureml-train-core for Azure Machine Learning training functionality.
No. Do not install this package for new work. It is explicitly deprecated and will eventually be removed. Install azureml-train-core directly instead. If you have existing code importing azureml-train, plan a migration to azureml-train-core as soon as feasible rather than relying on this wrapper long-term.
Install
azureml-train on PyPI
pip
pip install azureml-trainuv
uv add azureml-trainpoetry
poetry add azureml-trainInstalling azureml-train
Before you install
Low install friction, but the package is explicitly deprecated. The fact sheet marks maintenance status as active with a recent release (170 days ago), yet the description states the package 'might not receive future updates and removed from the distribution altogether.' This signals a transition period where the package still works but is being phased out in favor of azureml-train-core.
License in practice
License treatment is marked unclear; the raw license URL points to https://aka.ms/azureml-sdk-license without an SPDX identifier. Users should verify the actual license terms before adopting this package, particularly if proprietary restrictions matter to your use case.
Quickstart
pip install azureml-train==1.62.0
import azureml.train
# Note: package is deprecated; use azureml-train-core instead
Python 3.8 or later required; package is deprecated and may be removed in future versions.
Verify before relying
- Exact timeline for when azureml-train will be removed from distribution
- Whether azureml-train-core is a drop-in replacement or requires code changes
- Specific features or APIs that differ between azureml-train and azureml-train-core
Package facts
| License | https://aka.ms/azureml-sdk-license (unclear) |
| Python support | supports the current Python release (<4,>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — azureml-train-core |
| Maintenance | actively maintained — 170 days since the last release |
| First released | |
| Downloads | 91,786/month — #13,501 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azureml_train-1.62.0-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
azureml-contrib-servicesProvides utilities for handling raw HTTP…
unclear · top 15,000 on PyPI
azureml-train-coreProvides estimator classes for training machine…
unclear · top 15,000 on PyPI
azureml-train-restclients-hyperdriveProvides REST client classes for creating and…
unclear · top 15,000 on PyPI
azureml-automl-coreProvides internal AutoML infrastructure and…
unclear · top 15,000 on PyPI
azureml-dataprep-nativeProvides native code extensions for the…
unclear · top 15,000 on PyPI
azureml-coreProvides core APIs and utilities for managing…
unclear · top 5,000 on PyPI
azure-ml-componentAuthoring, managing, and submitting Azure…
unclear · top 15,000 on PyPI
azureml-defaultsazureml-defaults is a metapackage that bundles…
unclear · top 15,000 on PyPI
azureml-train-automlAutomatically discovers and trains the best…
unclear · top 15,000 on PyPI
azureml-train-automl-clientAutomatically selects and tunes machine…
unclear · top 15,000 on PyPI