azureml-automl-core
Contains the non-ML non-Azure specific common code associated with running AutoML.
What it is and what it does
azureml-automl-core is an internal utility package that provides the non-ML and non-Azure-specific common code used by Azure Machine Learning's AutoML training system. It is not designed for direct end-user consumption but rather serves as a foundational component of the broader Azure ML SDK, specifically supporting the azureml-train-automl package.
The package handles core AutoML infrastructure, utilities, and orchestration logic that the training pipeline depends on. With four runtime dependencies (azureml-dataset-runtime, azureml-telemetry, importlib-metadata, importlib-resources) and low install friction, it integrates cleanly into the Azure ML ecosystem. However, users should typically install it indirectly by using azureml-train-automl rather than adding it directly to their projects.
Use it for:
- As a transitive dependency when installing azureml-train-automl for automated machine learning workflows
- Internal component for Azure ML AutoML pipeline execution and orchestration
- Supporting infrastructure for hyperparameter tuning and model selection in Azure ML
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides internal AutoML infrastructure and utilities for the Azure Machine Learning SDK's automated machine learning training pipeline.
No, not for direct installation. This package is an internal component of the Azure ML SDK designed for use only as a transitive dependency of azureml-train-automl. Install azureml-train-automl instead if you need AutoML functionality; it will pull in azureml-automl-core automatically. Direct use is unsupported and may break across versions.
Install
azureml-automl-core on PyPI
pip
pip install azureml-automl-coreuv
uv add azureml-automl-corepoetry
poetry add azureml-automl-coreInstalling azureml-automl-core
Before you install
Low install friction with four runtime dependencies. Actively maintained as of 92 days ago. Designed as an internal component of the Azure ML ecosystem rather than a standalone tool.
License in practice
Licensed under a proprietary Microsoft license (https://aka.ms/azureml-sdk-license). Review Microsoft's terms before use in commercial or redistributed contexts.
Quickstart
pip install azureml-automl-core
# This package is designed for internal use within the Azure ML SDK.
# Direct usage is not recommended; install azureml-train-automl instead.
Requires Python 3.10 or later (requires_python: >=3.10,<4.0). Intended for use as a dependency of azureml-train-automl, not standalone.
Verify before relying
- Whether direct installation is supported or if it should only be installed transitively via azureml-train-automl
- Specific functionality and API surface available to internal consumers
Package facts
| License | https://aka.ms/azureml-sdk-license (unclear) |
| Python support | supports the current Python release (<4.0,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — azureml-dataset-runtime, azureml-telemetry, importlib-metadata, importlib-resources |
| Maintenance | actively maintained — 92 days since the last release |
| First released | |
| Downloads | 191,758/month — #9,875 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azureml_automl_core-1.62.0.post3-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-train-automlAutomatically discovers and trains the best…
unclear · top 15,000 on PyPI
databricks-automl-runtimeProvides runtime support for Databricks AutoML,…
permissive · top 15,000 on PyPI
azureml-train-automl-clientAutomatically selects and tunes machine…
unclear · top 15,000 on PyPI
azureml-sdkProvides a Python SDK to build, train, and…
unclear · top 15,000 on PyPI
azureml-pipeline-stepsDefines step types for building computation…
unclear · top 15,000 on PyPI
azureml-trainA deprecated wrapper package that redirects…
unclear · top 15,000 on PyPI
azure-ml-componentAuthoring, managing, and submitting Azure…
unclear · top 15,000 on PyPI
azureml-pipeline-coreProvides core pipeline infrastructure for Azure…
unclear · top 15,000 on PyPI
azureml-pipelineBuilds, optimizes, and manages machine learning…
unclear · top 15,000 on PyPI
azure-ai-mlProvides a Python client library for…
permissive · top 5,000 on PyPI