Closed
Description
Similar to #98 (for XGBoost models)
Need to evaluate models of the type :
Transformed_Signal = Trend + Periodic + LightGBMRegressor(target = PeriodicResidue, input = PeriodicResidue_Lags)
Of course, this is done inside the competition (all possible combinations of transformations, trends and periodics are tested).