The vat log has smashed rows, the same batch twice, a one-off 900 °C spike, empty pH cells, and a column of worker names. Which preprocessing activities map to those defects?
Select an answer to reveal the explanation.
Short Explanation
Smashed rows, the same batch twice, a one-off 900 C spike, empty pH cells, and a column of worker names are cleaning work. Remove defects, duplicates, and outliers, impute missing values, and anonymize or drop personal data. Worker names are not an informative feature to keep.
Full Explanation
Cleaning inside preprocessing removes defects, duplicates, and outliers, imputes holes, and strips personal data. Keeping names as features, treating a spike as Chapter 6, or skipping cleaning misses those activities.