chapter four
This chapter covers
- A brief introduction to AutoKeras
- Automated classification and regression
- Addressing multi-input and multi-output problems with AutoML
The previous chapters provided a basic introduction to machine learning, different kinds of ML models, and the workflow of handling ML problems. You’ve also already seen one of the most intuitive AutoML methods for hyperparameter tuning: using grid search to tune an ML pipeline with the help of the scikit-learn toolkit.