AutoViML / Auto_TS

Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Created by Ram Seshadri. Collaborators welcome.
Apache License 2.0
723 stars 113 forks source link

Mac M1max #101

Closed artarrifa closed 1 year ago

artarrifa commented 1 year ago

this module does not work becouse this modules can not be installed ModuleNotFoundError: No module named 'lightgbm' prophet

AutoViML commented 1 year ago

Please go ahead and pip install lightgbm and prophet in your machine. That should solve itAuto Vimal On Friday, June 16, 2023 at 11:01:21 AM EDT, artarrifa @.***> wrote:

this module does not work becouse this modules can not be installed ModuleNotFoundError: No module named 'lightgbm' prophet

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

AutoViML commented 1 year ago

You can try:

!pip install prophet !pip install lightgbm

I don't know why you need lightgbm but prophet is required. It's in requirements.txt