MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
How do you handle missing or corrupted data in a dataset?
A
Drop missing rows or columns
B
Replace missing values with mean/median/mode
C
Assign a unique category to missing values
D
All of the above
Explanation: 

Detailed explanation-1: -One way of handling missing values is the deletion of the rows or columns having null values. If any columns have more than half of the values as null then you can drop the entire column. In the same way, rows can also be dropped if having one or more columns values as null.

There is 1 question to complete.