Introduction to Data Mining

<<< Previous    Up    Next >>>

Lesson 2.3.1.1

Missing Data

 

There can be 3 types of missing data

bullet

Not Measured

bullet

Truly missed

bullet

Wrongly placed

 

Some methods that can be used to deal with missing data are:

bullet

Leave as it is

bullet

Ignore the instance with the missing value(s), i.e. remove the instance

bullet

Manually enter the missing value, assign a default value depending on the most implicit meaning

bullet

Replace by statistical values, such as majority, most likely, mean, nearest neighbor, etc.

 

<<< Previous    Up    Next >>>