Skip to content

Advantages and Disadvantages added as in Video #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rsankarpollachi
Copy link

Advantages

  1. Easy to implement
  2. Captures the importance of missingess if there is one

Dsiadvantages

  1. Distorts the original distribution of the variale
  2. If missingess is not importrant, it may mask the predictive power of the original variable by distorting its distribution
  3. if the number of NA is big, it will mask the true outliers in the distribution
  4. if the number of NA is small, the replaced NA may be considered an outlier and pre-processed in a subsequent feature engineering

### Advantages
1. Easy to implement
2. Captures the importance of missingess if there is one

### Dsiadvantages
1. Distorts the original distribution of the variale
2. If missingess is not importrant, it may mask the predictive power of the original variable by distorting its distribution
3. if the number of NA is big, it will mask the true outliers in the distribution
4. if the number of NA is small, the replaced NA may be considered an outlier and pre-processed in a subsequent feature engineering
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant