Julia Kraus
Julia Kraus
I have the same problem installing the `forecast` package on MacOs Big Sur.
I would like to work on it.
Hi @PaulWestenthanner ! I refactored the code count.py so the functionality can be extracted and pulled into the base class, so all classes can inherit this feature. Some comments that...
@PaulWestenthanner Another simplification I'd suggest. There is right now another attribute called `min_group_name`. The logic is as follows: if the `min_group_name` is set for a column, the minimum category gets...
My suggestion for the integration to BaseEncocer: We add the `min_group_size` parameter to BaseEncoder attributes, so every subclass has it. The min_group preprocessing happens before the actual fitting and the...
which estimators are still left?
Hello! I would like to work on this. Do you have an example data set where I can see the residuals that keep their seasonalities when decomposed?
Ok, then I'm starting to work on this and will open a pull request soon if no one else is working on it.
Just for clarification: The STL decomposition is limited because the statsmodels implementation is limited as well?