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?