Afina Lina Nurlaili
Classification is a supervised machine learning technique used to predict the category or class of a given data point from a predefined set of classes. It involves training a model using a labeled dataset, where the outcome (class) for each input data point is known. The trained model can then be used to predict the class labels for new, unseen data points.