Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.51 KB

updates.md

File metadata and controls

19 lines (12 loc) · 1.51 KB

Latest Updates about Auto_TS library Page:

January 2024 Update:

We have now added `XGBoost with GPU` support to Auto_TS. Auto_TS will automatically detect if there is a GPU in your Kaggle kernel or your local machine and will run XGBoost with GPU support. Hope this speeds up your computations!.

November 2023 Update:

We have now added `Google Cloud Run` support to Auto_TS. You can simply use the instructions in this page to deploy Auto_TS models on Google Cloud Run. Many thanks to abdulrahman305 for providing a Pull Request to add this functionality to Auto_TS.

March 2023 Update:

We have now upgraded `FB Prophet` to the latest version which is simply called `prophet`.

Aug 2022 Update:

You can now add FB Prophet arguments directly into Auto_TimeSeries using the kwargs argument. See example below:

fb-prophet

Jan 2022 Update:

New since version 0.0.35: You can now load your file into a Dask dataframe automatically. Just provide the name of your file and if it is too large to fit into a pandas dataframe, Auto_TS will automatically detect and load it into a Dask dataframe.