Time Series 001

## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
## 
## Attaching package: 'xgboost'
## The following object is masked from 'package:dplyr':
## 
##     slice
## [[1]]
## [1] "The original dataset with gaps in data collection is 23646 rows."
## 
## [[2]]
## [1] "The modified dataset with no gaps in data collection from fill_gaps() is 31225 rows."
## Warning: Removed 848 rows containing missing values (geom_path).

## [1] "The class of `data_train` is grouped_lagged_df"
## [2] "The class of `data_train` is lagged_df"        
## [3] "The class of `data_train` is list"

## Warning: Removed 4977 rows containing missing values (geom_path).
## Warning: Removed 11872 rows containing missing values (geom_point).

## Warning in min(data_plot[, 1], na.rm = TRUE): no non-missing arguments to
## min; returning Inf
## Warning in max(data_plot[, 1], na.rm = TRUE): no non-missing arguments to
## max; returning -Inf
## Warning in min(data_plot[, 1], na.rm = TRUE): no non-missing arguments to
## min; returning Inf
## Warning: Factor `ggplot_color_group` contains implicit NA, consider using
## `forcats::fct_explicit_na`
## Warning: Removed 3 rows containing missing values (geom_label).

2019-10-09