Chapter 5: Building an AutoML Classification Solution
After building your AutoML regression solution with Python in Chapter 4, Building an AutoML Regression Solution, you should be feeling confident in your coding abilities. In this chapter, you will build a classification solution. Unlike regression, classification is used to predict the category of the object of interest. For example, if you're trying to predict who is likely to become a homeowner in the next five years, classification is the right machine learning approach.
Binary classification is when you are trying to predict two classes, such as homeowner or not, while multiclass classification involves trying to predict three or more classes, such as homeowner, renter, or lives with ...
Get Automated Machine Learning with Microsoft Azure now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.