Used when data classes are not separated, such as when the data is continuous.

Prepare for the Certified Ethical Hacker Version 11 Exam with a comprehensive test featuring flashcards and multiple choice questions, each accompanied by hints and explanations to ensure a thorough understanding. Ace your ethical hacking exam with confidence!

Multiple Choice

Used when data classes are not separated, such as when the data is continuous.

Explanation:
Regression is used when the target outcome is numeric and can take on a continuum of values. If the data don’t form distinct categories and you want to predict a real-valued quantity (for example, house price, temperature, or sales), a regression model learns the relationship between the input features and that continuous target. It produces a numeric prediction rather than assigning a label to a category. Other techniques like classification predict discrete classes, clustering groups data without labels, and dimensionality reduction focuses on simplifying features rather than directly predicting a numeric outcome. So when the data are continuous, regression is the best fit for estimating the actual value.

Regression is used when the target outcome is numeric and can take on a continuum of values. If the data don’t form distinct categories and you want to predict a real-valued quantity (for example, house price, temperature, or sales), a regression model learns the relationship between the input features and that continuous target. It produces a numeric prediction rather than assigning a label to a category. Other techniques like classification predict discrete classes, clustering groups data without labels, and dimensionality reduction focuses on simplifying features rather than directly predicting a numeric outcome. So when the data are continuous, regression is the best fit for estimating the actual value.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy