Hello Nixtla team!! I have version of `MLForecast...
# mlforecast
n
Hello Nixtla team!! I have version of
MLForecast 0.12.0
, To use the auto models, can I do it with this version, or do I have to update it at once?
j
They were added in 0.12.1, however I suggest using 0.13.0, since the search will be faster
n
Thank You @José Morales
other question, Is there a way to install lightgbm?
j
Do you mean installing lightgbm?
n
yes!!
j
pip install lightgbm
?
n
When installing I get the following error
j
Can you run
brew install libomp
and then try again?
n
(myenv) user@users-MacBook-Pro varios code python % brew install libomp zsh: command not found: brew
j
The problem is that lightgbm doesn't publish wheels for macos-arm64, so you have to compile them yourself. You can either: • Install homebrew • Clone the LightGBM repo and install it from there
I believe you can also do this:
pip install lightgbm --config-settings=cmake.define.USE_OPENMP=OFF
n
I'm going to try it!!!
j
I believe that requires cmake which you may also not have, but you can also get it with homebrew haha. You should install homebrew, it's very useful in macos