Results 11 comments of Carlos Ortega

Hi Matt, Thanks. Well quite frankly I was not aware that already with `modeltime` it was possible to model a time series using another ones as predictors. I do not...

OK. Matt. Thanks a lot for your clear references and I will forward to seeing this new functionality available in `modeltime`. Thanks again, Carlos.

Hi Nick! Thanks for your response. Well, in my case, it is what you comment at the very end. I just want to use the other timeseries to forecast another...

Thanks Nick for the info. I was not aware of this restriction for `lighgbm` when predicting. Perhaps it is an issue to clarify with the authors of the package. I...

Thanks for your quick answer!. Yes, this package is the one that has most of the transformations, already built in functions that can be wrapped. - https://github.com/feature-engine/feature_engine Thanks again, Carlos.

Hi! Thanks for considering this new functionality. Yes, that is exactly what I suggested. The idea is to have something easy to change the strips with the "A" and "B"...

Hi @yonicd , Thanks for the suggestion. I did not know that this functionality was there. I will use it. In any case, for the sake of simplicity and use...

Hi Matt, Thanks for the clarifications! Well, in the same direction you mention, it is possible to run several models with different _lookback_length_ values. It is not optimum, but at...

Hi Emil, Yes, perhaps with this commented example, it is more clear. ```r #-------------------- Library Loading -------------- library(sampling) # To use samplecube function - slow way library(scorecard) # To get...