bucky.data.clean_historical_data
#
Submodule to clean and preprocess the covid data.
Module Contents#
Functions#
|
Preprocess the historical data to smooth it and remove outliers. |
|
Find unusual outliers in timeseries compared to other time-local values. |
|
Plot the fitted historical data for review |
- bucky.data.clean_historical_data.clean_historical_data(csse_data, hhs_data, adm_mapping, fit_cfg, force_save_plots=False)[source]#
Preprocess the historical data to smooth it and remove outliers.