/APPROACHES-TO-MISSING-DATA-IN-TIME-SERIES-

I introduce the basic idea and implementation of 5 imputation approaches. In short, filling with a single value works well for a shorter period of missing values. MICE should be one of your first choices if the missing data is relatively long. It is explicitly designed for imputation tasks and can effectively learn data patterns.

Primary LanguageJupyter Notebook

Watchers