Cuvi3
Cuvi3
> Does it work if you set `freq='B'`? Otherwise you can just use the `nf.make_future_dataframe()` method to build the dates and replace your vales in there. Yes, I had tried...
> This is very unlikely, since that's the structure used by predict. If you can provide a reproducible example of that behavior we can help further. Sorry,it's my fault that...
> Are you providing the target as a future exogenous feature? If you're not using exogenous features you don't need to provide .`futr_df` Yes,I think I should take the target...
> So you want to predict `y` using `y` as a feature? Yes, I think so, because that's how it seems to be used in the official documentation. And I...
> Which documentation are you referring to? I'm pretty sure that just `nf.predict()` would work for your case. It's in Nixtla's official documentation of PatchTST usage example,and the URL is...