skillfed

azureml-train-automl-client

Used for automatically finding the best machine learning model and its parameters.

azureml-train-automl-client v1.62.0 189.4K downloads/30d#9,929 on PyPI
License unclear https://aka.ms/azureml-sdk-license Active released

What it is and what it does

azureml-train-automl-client is a Python client for Azure Machine Learning's automated machine learning service. It provides the interface to submit training and test data and automatically explore model types, algorithms, and hyperparameters to find the best-performing model for your problem. The package integrates with azureml-automl-core, azureml-core, azureml-dataset-runtime, azureml-telemetry, and azureml-train-core.

Typically used within Azure ML workflows, this client abstracts away the complexity of manual model selection and tuning. It supports Python 3.8, 3.9, 3.10, and 3.11 on macOS, Windows, and Linux. The package is production-stable and actively maintained, making it suitable for teams already invested in the Azure ML ecosystem who want to reduce the time spent on model experimentation.

Use it for:

  • Submit a classification or regression dataset to Azure AutoML and retrieve the best model without manually trying multiple algorithms.
  • Automate hyperparameter tuning for a specific model type when you have a large search space.
  • Integrate automated model selection into an Azure ML pipeline or batch training job.
  • Benchmark multiple model families on your dataset to identify which algorithm class performs best.
  • Reduce data science iteration time by letting AutoML explore model combinations in parallel.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Automatically selects and tunes machine learning models given training and test data, handling model search and hyperparameter optimization as part of Azure ML's AutoML workflow.

Yes, if you are already using Azure ML and want to automate model selection and tuning within that ecosystem. The package is production-stable, actively maintained, and has low install friction. No, if you need a standalone AutoML solution that does not require Azure services or if your project uses a different cloud provider or on-premises infrastructure.

Install

azureml-train-automl-client on PyPI

pip

pip install azureml-train-automl-client

uv

uv add azureml-train-automl-client

poetry

poetry add azureml-train-automl-client

Installing azureml-train-automl-client

Before you install

Low install friction with a pure Python wheel. Active maintenance status as of 170 days since last release. Depends on azureml-automl-core, azureml-core, azureml-dataset-runtime, azureml-telemetry, and azureml-train-core.

License in practice

Licensed under a proprietary Microsoft license (https://aka.ms/azureml-sdk-license). License terms are not SPDX-identified, so review the linked license before use in proprietary or open-source projects.

Quickstart

pip install azureml-train-automl-client
from azureml.train.automl import AutoMLConfig

Requires Azure ML workspace setup and authentication credentials to submit AutoML jobs.

Verify before relying

  • Whether Azure ML workspace and authentication setup is required before this package can be used.
  • What compute or resource constraints apply when running AutoML jobs through this client.
  • Whether the package includes local model training or only submits jobs to Azure services.

Package facts

License https://aka.ms/azureml-sdk-license (unclear)
Python support capped below the current Python release (<3.12,>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 5 — azureml-automl-core, azureml-core, azureml-dataset-runtime, azureml-telemetry, azureml-train-core
Maintenance actively maintained — 170 days since the last release
First released
Downloads 189,430/month — #9,929 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azureml_train_automl_client-1.62.0-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 :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Scientific/Engineering :: Artificial Intelligence

Tags

automated machine learning model selectionautoml hyperparameter tuningautomatic model optimizationazure ml automl clientml model search and tuningautoml pipeline azure
automlazure-mlhyperparameter-tuning

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

azure-ai-ml

Provides a Python client library for…

permissive · top 5,000 on PyPI

azureml-train-automl

Automatically discovers and trains the best…

unclear · top 15,000 on PyPI

databricks-automl-runtime

Provides runtime support for Databricks AutoML,…

permissive · top 15,000 on PyPI

azureml-automl-core

Provides internal AutoML infrastructure and…

unclear · top 15,000 on PyPI

azureml-train-restclients-hyperdrive

Provides REST client classes for creating and…

unclear · top 15,000 on PyPI

azureml-pipeline-steps

Defines step types for building computation…

unclear · top 15,000 on PyPI

cloudml-hypertune

Reports hyperparameter tuning metrics to Google…

permissive · top 15,000 on PyPI

azureml-train-core

Provides estimator classes for training machine…

unclear · top 15,000 on PyPI

FLAML

FLAML automates machine learning workflows by…

permissive · top 15,000 on PyPI

azureml-train

A deprecated wrapper package that redirects…

unclear · top 15,000 on PyPI