skillfed

azureml-automl-core

Contains the non-ML non-Azure specific common code associated with running AutoML.

azureml-automl-core v1.62.0.post3 191.8K downloads/30d#9,875 on PyPI
License unclear https://aka.ms/azureml-sdk-license Active released

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-core

uv

uv add azureml-automl-core

poetry

poetry add azureml-automl-core

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersIntended Audience :: Science/ResearchLicense :: Other/Proprietary LicenseOperating System :: MacOSOperating System :: Microsoft :: WindowsOperating System :: POSIX :: LinuxProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Scientific/Engineering :: Artificial Intelligence

Tags

azure machine learning automlautoml core utilitiesazure ml automationmachine learning pipeline infrastructureazure automl backend
azure-mlautoml-infrastructure

More Artificial Intelligence packages