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!.
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.
We have now upgraded `FB Prophet` to the latest version which is simply called `prophet`.
You can now add FB Prophet arguments directly into Auto_TimeSeries using the kwargs argument. See example below:
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.