R/metric_learning.R

Defines functions get_feature_lags

# Metric Learning Tools for Time Series:

get_feature_lags = function(X, id_col, time_col, feature){
  all_times = X %>% pull(time_col) %>% unique %>% sort
  
  
}
genpack/maler documentation built on Jan. 27, 2025, 1:23 p.m.