Which model is designed for classification and can also be applied to regression problems?

Get ready for the ISACA AI Fundamentals Test with flashcards and multiple-choice questions. Each question features hints and detailed explanations. Prepare to ace your exam with confidence!

Multiple Choice

Which model is designed for classification and can also be applied to regression problems?

Explanation:
Decision trees are built by splitting data based on feature thresholds to form leaves that hold outputs. For classification, those leaves hold class labels; for regression, they hold numeric predictions (often the average target value within that leaf). The way splits are chosen changes with the task: impurity measures like Gini or entropy guide classification splits, while minimizing prediction error (such as mean squared error) guides regression splits. Because the same tree-building framework can handle both objectives, this type of model is designed to work for classification and can be applied to regression as well. This dual capability is the essence of the CART approach (Classification And Regression Trees). So, the model that fits both roles is the decision tree.

Decision trees are built by splitting data based on feature thresholds to form leaves that hold outputs. For classification, those leaves hold class labels; for regression, they hold numeric predictions (often the average target value within that leaf). The way splits are chosen changes with the task: impurity measures like Gini or entropy guide classification splits, while minimizing prediction error (such as mean squared error) guides regression splits. Because the same tree-building framework can handle both objectives, this type of model is designed to work for classification and can be applied to regression as well. This dual capability is the essence of the CART approach (Classification And Regression Trees). So, the model that fits both roles is the decision tree.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy