Missing Values in Weka --

Randa Khaled picture Randa Khaled · Mar 22, 2012 · Viewed 20k times · Source

I'm using adult data from UCI Here, when I converted it to excel file ==> then import it in weka weka didn't recognize the missing values (which tells Missing:0 (0%)) , but the adult data contains missing values with " ?" value...

I checked the value in weka it also contains " ?" so, how can I replace all " ?" to " " !!! thanks

Answer

tolgabuyuktanir picture tolgabuyuktanir · Oct 30, 2014

I can say a method.

  1. chose filter
  2. chose unsupervised-attribute-ReplaceMissingValues
  3. Apply

ReplaceMissingValues use 'mean' or 'median' instead of missing values.