Auto-Sklearn for Automated Machine Learning in Python - MachineLearningMastery.com

Automated Machine Learning (AutoML) refers to techniques for automatically discovering well-performing models for predictive modeling tasks with very little user involvement. Auto-Sklearn is an ope...

By · · 1 min read
Auto-Sklearn for Automated Machine Learning in Python - MachineLearningMastery.com

Source: MachineLearningMastery.com

Automated Machine Learning (AutoML) refers to techniques for automatically discovering well-performing models for predictive modeling tasks with very little user involvement. Auto-Sklearn is an open-source library for performing AutoML in Python. It makes use of the popular Scikit-Learn machine learning library for data transforms and machine learning algorithms and uses a Bayesian Optimization search procedure […]