AutoGluon is an automated machine learning framework designed to optimize model selection and hyperparameter tuning across tabular, text, image, and time series data. It functions as an ensemble learning library and a tabular data prediction engine, aiming to build high-accuracy predictive models without manual algorithm selection. The framework integrates multimodal machine learning pipelines that combine disparate data types into a single representation using specialized encoders. It also includes a probabilistic time series forecaster that fits multiple statistical and deep learning models
This is a scikit-learn automated machine learning framework designed to optimize model selection and hyperparameters. It functions as an automated model selector and hyperparameter optimization tool for classification and regression tasks, utilizing an automated ensemble builder to combine high-performing models for increased predictive accuracy. The system features a distributed search engine that uses Dask for parallel machine learning optimization across CPU cores or clusters. It implements a budget-based evaluation strategy through successive halving to prioritize promising model configur
MLBox is a powerful Automated Machine Learning python library.
Automatic architecture search and hyperparameter optimization for PyTorch
automl/auto-pytorch 的主要功能包括:Automated Machine Learning, AutoML。
automl/auto-pytorch 的开源替代品包括: awslabs/autogluon — AutoGluon is an automated machine learning framework designed to optimize model selection and hyperparameter tuning… keras-team/autokeras — AutoKeras is an automated machine learning framework and Keras AutoML library designed to discover the most effective… automl/auto-sklearn — This is a scikit-learn automated machine learning framework designed to optimize model selection and hyperparameters.… alteryx/evalml — EvalML is an AutoML library written in python. axelderomblay/mlbox — MLBox is a powerful Automated Machine Learning python library. microsoft/flaml — FLAML is an automated machine learning framework, hyperparameter optimization tool, and large language model agent…