Home of AutoViz, AutoViML and featurewiz
Home of AutoViz, AutoViML and featurewiz
Hi @KarateKat95 and @turkalpmd Thank you so much for filing the pull requests. I am very concerned about changing from FBProphet to Prophet without testing it - can you guys...
Hi @KarateKat94 @turkalpmd Any updates? Is the upgrade and change from one version to another smooth? Can you please update the code everywhere there is an import statement of FB...
Hi @turkalpmd : There is a simple way to install auto-ts without dependencies 👍 ``` pip install auto-ts --ignore-installed --no-deps ``` Then you can install FB prophet independently using the...
Ok agreed. Please see the updated version 0.66 which you can upgrade via: ``` pip install git+git://github.com/AutoViML/Auto_TS ```
Sorry for the error. Can you Please try the updated version 0.66 which you can upgrade via: ``` pip install git+git://github.com/AutoViML/Auto_TS ```
Hi @pankajmdan 👍 Can you provide access to the dataset so I can trouble shoot it? Or can you provide me a list of calling statements to see where the...
You should be able to use the existing version on the pypi web site without having to use Github version. Have you tried? ``` pip install auto_ts ``` and see...
Hi @pankajmdan 👍 The latest uploaded Github version of auto_ts works well. Check the notebook here https://colab.research.google.com/drive/1wFOMA7VDggr0ll0JUq0nNen1PYBMsuqQ?usp=sharing
I got a similar error on Colab. You need to restart the kernel after installing auto-ts via pip3. Try it.
Hi @pankajmdan 👍 I removed the VAR model from the "best" selection since it is taking too long even for tiny datasets. From now on, you must run the fit...