Vidyalelo
Computer Science · Q25

Machine Learning

Engineering and GATE · Computer Science · question 25

Q25

What are common feature selection methods in regression task?

A.
correlation coefficient
B.
greedy algorithms
C.
all above
Answer
D.
none of these

Answer: Option C

Solution

Answer: Option C
Solution:
In regression tasks, common feature selection methods include:
Option A: correlation coefficient - This method evaluates the strength and direction of the linear relationship between each feature and the target variable.
Option B: greedy algorithms - Greedy algorithms iteratively select features based on certain criteria, such as maximizing predictive performance or minimizing error.
Therefore, Option C encompasses both of these common feature selection methods, making it the correct choice.