Course: Data Mining Language: R Given the following data set with 10 data points and 4 attributes, and the final column represents the label of the data points. There are missing values in the data, replace those missing values with any one of the methods discussed in class. Comment on why you think the method you used is the most suitable.
Inverse Normal Distribution
The method used for finding the corresponding z-critical value in a normal distribution using the known probability is said to be an inverse normal distribution. The inverse normal distribution is a continuous probability distribution with a family of two parameters.
Mean, Median, Mode
It is a descriptive summary of a data set. It can be defined by using some of the measures. The central tendencies do not provide information regarding individual data from the dataset. However, they give a summary of the data set. The central tendency or measure of central tendency is a central or typical value for a probability distribution.
Z-Scores
A z-score is a unit of measurement used in statistics to describe the position of a raw score in terms of its distance from the mean, measured with reference to standard deviation from the mean. Z-scores are useful in statistics because they allow comparison between two scores that belong to different normal distributions.
Course: Data Mining
Language: R
Given the following data set with 10 data points and 4 attributes, and the final column represents the label of the data points. There are missing values in the data, replace those missing values with any one of the methods discussed in class. Comment on why you think the method you used is the most suitable.
ID |
Age |
Income |
Spending |
Label |
S1 |
18 |
12K |
12K |
Low |
S2 |
22 |
? |
13K |
Low |
S3 |
27 |
70K |
? |
Middle |
S4 |
29 |
120K |
70K |
Middle |
S5 |
? |
125K |
65K |
Middle |
S6 |
35 |
250K |
80K |
Upper |
S7 |
42 |
? |
100K |
Upper |
S8 |
? |
350K |
150K |
Upper |
S9 |
36 |
130K |
? |
Middle |
S10 |
19 |
35K |
32K |
Low |
Trending now
This is a popular solution!
Step by step
Solved in 4 steps