Question:

Consider following statements :
A. Regression predicts categorical outcomes.

B. Classification models are used for continuous variable prediction.

C. Clustering is an unsupervised learning task.

D. Reinforcement learning uses rewards and penalties to improve performance.

E. Decision tree can be used for both classification and regression

Choose the correct answer from the options given below :

Show Hint

To remember the difference: Regression = Real numbers (continuous). Classification = Categories (discrete).
Updated On: Jun 6, 2026
  • A, B, E only
  • A, C, D only
  • C, D, E only
  • B, C, E only
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

We evaluate the fundamental definitions of machine learning paradigms. 1. Evaluating A and B (Supervised Learning):
Regression is used for predicting continuous numerical values (e.g., house prices). Statement A is incorrect.
Classification is used for predicting categorical labels or discrete classes (e.g., Spam vs. Not Spam). Statement B is incorrect. 2. Evaluating C, D, and E:
Clustering (like K-Means) is a core task of unsupervised learning as it finds patterns in unlabeled data. Statement C is correct.
Reinforcement Learning relies on an agent interacting with an environment to maximize cumulative rewards and minimize penalties. Statement D is correct.
Decision Trees are versatile algorithms that can be implemented as Decision Tree Classifiers or Decision Tree Regressors. Statement E is correct. Conclusion: Only C, D, and E are correct.
Was this answer helpful?
0
0

Top CUET PG Data Science A.I Cyber Security and Computer Sci. Questions

View More Questions

Top CUET PG Data Science Questions