I have string value called hours, formatted as "00" and a value called minutes formatted as "07". Im trying to use the concat function to create an HH:mm value = 00:07 but for some reason when using c…
Hello! I have built a time-series forecasting model in the lab and am using it to forecast/score sales data. I have a long-format dataset with SKU codes, order dates and sales for each date. For each …
######## python and prophet version details prophet version=1.1.4 python_version=3.9.12 I am using the same version in my local machine its working file. but i am facing error on DATAIKU ########### C…
In medical setup, a Febrile Neutrophile episode is defined for having a low number of neutrophiles and a fever, but the end of the episode is just defined by the end of the fever, independently of the…
The documentation on time series algorithm states that statistical algorithms will train separately for each time series in input file, whereas the deep learning models will train on all time series i…
Hi, For me Prophet does not appear in the list of visual recipe time series forecasting (AutoARIMA, DeepAR, etc. are functioning). I have checked that the python environment is aligned with recommende…
Hi, I'm currently working on a time series forecast using auto ARIMA. My dataset contains weekly peaks and I need to forecast one year ahead. However, when I use auto ARIMA, the resulting forecast app…
Hi, I'm having trouble getting time series forecasts with DeepAR and Auto ARIMA models when using an external feature. I have provided future values of the external feature, however the model only giv…
Hi there, I am using the Forecasting Plugin to train a forecasting model for a time series commodities dataset. However, I have a few issues with regards to setting up a functional code environment fo…