i am using a dataset to build a model in machine learning. In the samples, there are 3 categories of labels like "abnormal" "normal" "data lost" .
It is the category "data lost" that confuse me. In the samples, this category means that some features in this row is null.
My question is : As null in the dataset should lead to a prediction "data lost". do I still need to fillna in datapreprocessing?
if I fillna my dataset with a value(mean / median.. whatever), the sample which should be predictd "data lost" will be confused?
Or is there a value I should used for fillna that can indicate it's