Supervised Learning - Classification Techniques

 Most real-world machine learning problems use supervised learning. In supervised learning, the model will learn from a labeled training dataset. A label is a target variable that we want to predict. It is an extra piece of information that helps in making decisions or predictions, for example, which loan application is safe or risky, whether a patient suffers from a disease or not, house prices, and credit eligibility scores. These labels act as a supervisor or teacher for the learning process. Supervised learning algorithms can be of two types: classification or regression. A classification problem has a categorical target variable, such as a loan application status as safe or risky, whether ...

Get Python Data Analysis - Third Edition 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.