You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not familiar with CMDSTANPY, but if you want to experiment with this yourself, you could clone Kats, remove the pystan line from requirements.txt, and run pip install . in the root directory of Kats to install it. If CMDSTANPY is importable as import stan that should just drop-in work; otherwise, you would also need to modify the places in Kats where it has import stan. To fix #101 , I will make pystan an optional import.
Hello, as for prophet it would more than nice to have the ability to avoid installing the pystan software.
e.g. for fbprophet we can proceed as follows:
CMDSTAN=/tmp/cmdstan-2.22.1 STAN_BACKEND=CMDSTANPY pip install prophet
Would that be possible to install Kats the same way ? And to document in the readme ?
The text was updated successfully, but these errors were encountered: