baggiponte
baggiponte
just to make sure, you mean [here](https://github.com/Nixtla/statsforecast/blob/main/nbs/arima.ipynb) right?
Hi, sorry for the late reply. I clicked on your link and I get a 404 error - was this solved already? I would like to contribute.
Went through the notebook and did not find any typos!
Hi! How do you see this implemented? Say, shall we include [workalendar](https://workalendar.github.io/workalendar/) as a dependency?
I was using docformatter with pre-commit and got errors which I solved by using quotes: ``` # python docstring formatting - repo: https://github.com/pycqa/docformatter rev: v1.5.0 hooks: - id: docformatter args:...
works for me! (my dotfiles/nvim config are [here](https://github.com/baggiponte/dotfiles/tree/main/nvim)).
sooo I don't really know how much of a role my setup plays here, but: 1. I am using `lua` for all settings 2. I placed my markdown settings in...
Hi! I noticed last day that the `interval` type was not (yet) supported. It might be converted to arrow's `Duration`, am I right? ```python from __future__ import annotations import os...
Oh this is interesting - how does rust handle time durations? At this point, I guess it simply doesn't (Btw I thought the issue was solved because I saw the...
I thought #71 (because after that the issue was marked as closed) but in fact in #71 you mention yourself intervals are not supported - sorry