Ignacio Oguiza
Ignacio Oguiza
I'll lclose this issue as it seems to be solved. Please, reopen if necessary.
Hi, First of all, sorry for my late reply. There's actually a reason why this model cannot be used as others in TSRegressor. This is not a time series model...
Hi @ykim, it seems like a true bug so you won't be able to work around it. It needs to be fixed. I won't be able to work on it...
Hi, @tkharrat and @Wabinab, This is a very timely request. I 'm currently working on it. I created a separate branch a few days ago called static data to address...
Ok, I think I may have misinterpreted both of you. The solution I'm working on is applicable to time series of continuous data that, in addition to the time series...
Hi @tkharrat and @Wabinab, I'm working on a solution that would require just a single dataloader. This means a preprocessing step is necessary to transform the categories so that a...
Hi @tkharrat, Thanks for sharing this repo. It's very interesting, and I'm very keen on adding this type of functionality to tsai. (I love football as well, and I'be always...
Hi @tkharrat, I've been looking at the dataset and notebook you have created. I find it too complicated for a notebook tutorial. The goal of tutorials is to demonstrate how...
Hi @tkharrat, Thanks for sharing your code. I think it looks very good. Personally, I think both options are kind of similar. To make a model split a tensor between...
Hi @tkharrat, I've made some progress on this task. Here's the approach I'm working on. I think it'd be good to split data preparation into separate components: - initial data...