- support integer frequency in fill_gaps jmoralez (1)
0.0.1
This is the first release, it includes the following modules: * Data: `generate_series`: used for generating synthetic time series * Plotting: `plot`: visualization of series' history and model predictions along with confidence intervals and anomalies. * Preprocessing: `fill_gaps`: helps with filling missing dates in the dataframe.