Classification
A supervised learning task where the output variable is a category.
Description
Classification is a supervised learning task in machine learning where the goal is to predict the categorical class labels of new instances based on past observations. Given an input variable, the algorithm tries to predict which category or class the input belongs to.
Examples
- 📧 Email spam detection
- 🖼️ Image classification
- 🏥 Medical diagnosis
Applications
🏃♂️ Customer churn prediction
😃 Sentiment analysis
🚫 Fraud detection



