Josh Montague
Josh Montague
It appears statsmodels has merged a PR to implement this years-old request! https://github.com/statsmodels/statsmodels/issues/4044 Since this library primarily extends the existing statsmodels internals, they will probably do this more robustly and...
> Dear Josh, > > I’m working with timeseries of water supply for a city of more than 8 millions of inhabitants. > Really you project has a high interest...
Currently, [the decompose method takes a single period value](https://github.com/jrmontag/STLDecompose/blob/2449bc068278245edf7eb630215ac4070a7d4a64/stldecompose/stl.py#L51) for the decomposition. This could be extended to accept an iterable of frequency values which are sequentially factored out of the...
It'd be nice to have some guidance for how others can best contribute to this project e.g. a dev `requirements.txt` file (twine, wheel, ?), tests to check before submitting a...
The [pandas wrapper](https://github.com/jrmontag/STLDecompose/blob/2449bc068278245edf7eb630215ac4070a7d4a64/stldecompose/stl.py#L38) in ``decompose()`` keeps track of the observation DatetimeIndex so it can be used properly in the ``forecast()`` method. There are two potential issues here: - while the...
With the Python 2 interpreter, the **Cumulative Sum, datetime resampling, and plotting** section of the `time-series-binder` notebook raises the following `ImportError` when run in Binder: ``` --------------------------------------------------------------------------- ImportError Traceback (most...
Capturing this note for potential future enhancement. The current "generic link" regular expression matches any text of the form `foo.bar` including missed spaces between sentences, and email domains e.g. `gmail.com`....