TPOT 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. TPOT is an open-source...

By · · 1 min read
TPOT 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. TPOT 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 Genetic Programming stochastic global […]