Skip to main content

Questions tagged [forecasting]

Forecasting is the process predicting future values based on historic and current data, typically for time-series datasets.

1 vote
0 answers
51 views

I am trying to create one big model(lightGB) that forecasts sales for each product for cosmetic chain store. Dataset I am working with is last 5 years data and has these columns: ...
13aba's user avatar
  • 11
0 votes
0 answers
31 views

day Modified today Viewed 25 times 0 I want to build a model that forecasts ticket resolution time for a data science software support tickets . I’ve calculated queuing time and resolution time from ...
Rebel Royals's user avatar
0 votes
1 answer
95 views

I am working in a team developing a time series forecasting model using xgboost (or similar). We have a draft workflow for optimising model hyperparameters, incorporating an initial train-test split ...
Wannabe_PhD's user avatar
1 vote
0 answers
45 views

I'm currently exploring a couple of statistical forecasting methods. My problem rose when using VARMA(2,1) fixed window rolling forecast. The example code that I'm using is the following: Here I only ...
Silvio Klenk's user avatar
1 vote
0 answers
29 views

I have been working on a project for predictive maintenance and have been studying research papers on it. According to my observation, predictive maintenance is mainly done using sensor data tracking ...
Tarun Gattu's user avatar
3 votes
0 answers
53 views

I have spatio-temporal data with PM2.5 concentration at a daily timestamp for 51 latitudes and 51 longitudes (51 x 51 grid). I converted the netCDF files to a pandas dataframe with timestamp as the ...
Mahad's user avatar
  • 31
1 vote
0 answers
21 views

I have a coupled ODE and the time series data that is representative of the ODE. I want to do a multi-step forecast. What I have a problem is coding or creating the logic flow in my code, since I have ...
NGA's user avatar
  • 21
5 votes
1 answer
107 views

I am working on a project to forecast food sales for a corporate restaurant. Sales are heavily influenced by the number of guests per day, along with other factors like seasonality, weather conditions,...
Mashu's user avatar
  • 51
1 vote
0 answers
59 views

I'm building a TFT forecasting model using PyTorch for the first time and having trouble extracting the predicted values along with their corresponding actual values from the output. Ideally, I’d like ...
siwi's user avatar
  • 11
2 votes
0 answers
34 views

I am wanting to run a series of models in the automatic time series package, AutoTS in python. One of the models I am trying to run as one of the contenders is a naive model. However, whenever I try ...
William Balthes's user avatar
1 vote
0 answers
45 views

I am working for a company that deals with government subsidies and grants, and I'm currently tackling a challenging forecasting problem. Each year, a fixed amount is allocated for various measures, ...
Hendrik P's user avatar
0 votes
0 answers
24 views

There is a Hydrological Station on a river having the provision of water level readings through gauge/staff posts (hourly during the monsoon). There are old such datasets of water levels time stamped. ...
S Mitra's user avatar
0 votes
0 answers
50 views

I'm experimenting conformal prediction over high-frequent time data using following forest-based regression models for an in-sample forecasting task The size of uni-variate (1D) time-series data is <...
Mario's user avatar
  • 610
3 votes
1 answer
181 views

I have a multivariate time series forecasting model that originally used dilated temporal convolution for temporal dependencies extraction that i tried to replace with multi head self-attention with ...
Anas Ayed's user avatar
2 votes
0 answers
33 views

I am trying out PatchTST timeseries transformer (paper, code) on a timeseries data that I have. The way PatchTST handles data is as follows: Note that on line 78-79, the repo does following: ...
Mahesha999's user avatar

15 30 50 per page
1
2 3 4 5
23