:py:mod:`ForeTiS.preprocess.DateCalenderFeatures` ================================================= .. py:module:: ForeTiS.preprocess.DateCalenderFeatures Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: ForeTiS.preprocess.DateCalenderFeatures.add_date_based_features ForeTiS.preprocess.DateCalenderFeatures.add_counters .. py:function:: add_date_based_features(df) Function adding date based features to dataset :param df: dataset for adding features .. py:function:: add_counters(df, columns_for_counter, resample_weekly, event_lags, values_for_counter) Function adding counters for upcoming or past public holidays (according to event_lags) with own counters for those specified in special_days :param df: dataset for adding features :param resample_weekly: whether to resample weekly or not