- Reasons for Missing Values
- How to Engineer them effectively
- Hidden Missing Values
- Plot distribution of values and find from histogram
- -999, -1 (Fill with some value) - useful to provide different category, Perf Suffers
- mean, median
- Reconstruct value
- add isnull column
- Missing values in timeseries
- Temperature values missing for some days of month
- Based on increase / decrease pattern
- Ignore missing value while calculating mean
- Change Categories to frequencies
- XGBoost can handle NAN
No comments:
Post a Comment