José Morales
                                            José Morales
                                        
                                    We've released [v0.3.0](https://pypi.org/project/mlforecast/0.3.0/) which should fix this, please let us know if the issue persists.
Hi. We've made some breaking changes in the dev version, we're going to make a release soon. In the meantime you can use the [notebook from the v0.2.0 version](https://github.com/Nixtla/mlforecast/blob/v0.2.0/nbs/forecast.ipynb) as...
We've released [v0.3.0](https://pypi.org/project/mlforecast/0.3.0/) which should fix this, please let us know if the issue persists.
Hi @johnpaulett. We've merged a PR that loads the parameters from the model file, so now you can access `categorical_feature` from params, i.e. ```python bst = lgb.Booster(model_file='model.txt') bst.params['categorical_feature'] ``` Please...
I'd prefer to work on something else, I support it if you want to do it though. I'm not sure how CRAN measures the CPU usage of a package tests...
Is the `IN_UBUNTU_LATEST_CONTAINER` variable only set in Azure?
I think the issue is with clang 14, I'm able to reproduce this locally installing that version from conda: ```bash mamba install -y "clang==14.0" conda deactivate && conda activate $ENV...
I think we need `apt-get install libomp-14-dev` for clang14 [llvm page](https://apt.llvm.org/).
Sure, sorry. Can you please just let those two runs finish to see if they succeed?
Done, I've canceled the rest. Sorry again, thought you were done for the day.