Name a popular algorithm used in classification problems.

  • Clustering
  • Decision Trees
  • Linear Regression
  • Principal Component Analysis
Decision Trees are a popular algorithm used in classification problems. They work by recursively partitioning the data into subsets based on feature values, leading to a decision on the class label.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *