Explain what if a file is corrupted or missing in a dataset?
Answer Posted / Manish Rawat
When a file is corrupted or missing from the dataset, it can lead to errors and inconsistencies during training. To handle this situation, several strategies can be employed: (1) Data imputation: filling missing values with statistical estimates like mean, median, or mode; (2) Deleting the row or instance if the missingness is not random; (3) Using external sources to recover the missing data; (4) Replacing corrupted files with good versions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers