Questions tagged [kats]
8 questions
1
vote
1 answer
Error while using kats module packaging version has no attribute legacyversion
I am trying to use kats for the first time in order to run the code of this article
However I had the same error as in this question and in this question so I tried to solve it with the answers on those question. (I was using Python 3.6 and now I…

KansaiRobot
- 7,564
- 11
- 71
- 150
1
vote
1 answer
I would like to calculate RMSE and MSE for Prophet , SARIMA and Ensemble models from KATS
I have conducted an analysis where I have forecasted my data frame by converting it into timeseries data. I would like to calculate RMSE and MSE for Prophet, SARIMA and Ensemble models from KATS.
For SARIMA
Code:
from kats.models.sarima import…

User901036845
- 11
- 4
1
vote
1 answer
Global Model not found
When I try running the tutorial notebook Kats205: https://github.com/facebookresearch/Kats/blob/main/tutorials/kats_205_globalmodel.ipynb
In the first cell itself
from kats.models.globalmodel
I get the ModuleNotFoundError: No module named…

shobhit_kulshreshtha
- 91
- 4
0
votes
1 answer
Getting ModuleNotFoundError: No module named 'kats' even after successfully installing Kats
I am using google colab and trying to use kats library. Eventhough I successfully installed the kats, I get an error saying ModuleNotFoundError: No module named 'kats' when I import TimeSeriesData from kats.
Has anyone got a solution for resolve…

Anchobi_codes
- 17
- 4
0
votes
0 answers
Kats Ensemble Models how to retrieve the results after the prediction
Time series newbie here! I was following the section 2 of this tutorial about Kats.
While I was able to finish it I am still not able to display the whole time series with m.plot() as they show in the tutorial. I can display only the forecasted…

KeyPi
- 516
- 5
- 20
0
votes
2 answers
Dependency conflict but they both want same package version
I am trying to install kats using pip intall kats, however I get the following error:
ERROR: Cannot install kats==0.1.0 and kats==0.2.0 because these package versions have conflicting dependencies.
The conflict is caused by:
kats 0.2.0 depends…

Nima Hojat
- 15
- 6
0
votes
1 answer
Does kats support convariates in time series forcasting
I want to use kats to forecast sales of product we will sell.
One of the key indicators of how much we will sell is how much we spend on advertising leading up to a given day.
We also know this for the coming weeks.
So we want to provide that this…

Funzo
- 1,190
- 2
- 14
- 25
0
votes
3 answers
Cannot import kats python library: "ImportError: cannot import name 'outcome_constraint_from_str' from 'ax.service.utils.instantiation'"
I am working on an azure-databricks notebook, I've been using the kats library without problems for some weeks, but now it suddenly stopped working 3 days ago, this Friday (11/03/2022) and I can't understand the reason.
When I import the library or…

9879ypxkj
- 387
- 5
- 15