ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 27 - Professional Data Engineer discussion

Report
Export

You are building a model to predict whether or not it will rain on a given day. You have thousands of input features and want to see if you can improve training speed by removing some features while having a minimum effect on model accuracy. What can you do?

A.
Eliminate features that are highly correlated to the output labels.
Answers
A.
Eliminate features that are highly correlated to the output labels.
B.
Combine highly co-dependent features into one representative feature.
Answers
B.
Combine highly co-dependent features into one representative feature.
C.
Instead of feeding in each feature individually, average their values in batches of 3.
Answers
C.
Instead of feeding in each feature individually, average their values in batches of 3.
D.
Remove the features that have null values for more than 50% of the training records.
Answers
D.
Remove the features that have null values for more than 50% of the training records.
Suggested answer: B
asked 18/09/2024
Asad yaseen
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first