Skip to main content

Questions tagged [time-series]

Time series are data observed over time (either in continuous time or at discrete time periods).

0 votes
0 answers
9 views

Implementing pytorch temporal fusion transformer on time series

I am trying to run the temporal fusion transformer from the pytorch package. I am trying to compare the output on like terms to the tensorflow output in this paper p. 15 https://arxiv.org/pdf/1912....
Anna-Lise Nicholas's user avatar
0 votes
0 answers
14 views

Using LSTMs for Predicting Targets with Known Feature Vector

I am trying to use an LSTM to predict the consecutive "offset" calibration values for an instrument. These offset values have previously been shown to be well correlated with a pair of ...
Joey Wee's user avatar
0 votes
0 answers
15 views

Can I utilise time series properties of the data, WITHOUT creating lags?

I am working on a project where the train and test sets are given to me. The data (stock returns) is time series by nature, but the point is that I cannot create lags because that would mean ...
insipidintegrator's user avatar
1 vote
0 answers
8 views

Unexplainable noise in STL of clean, seasonal data

I am encountering unexplained noise in the residual component after STL decomposition. I use this dataset taken from NAB's benchmark. It is a periodic (daily) timeseries, with no noise or anomalies. ...
Tal's user avatar
  • 111
0 votes
0 answers
14 views

How to Predict Remaining Lifetime or Replacement Probability of Machine Parts?

I am diluting and abstracting away some details to protect the client, but the basic idea like this. Context An authorised vehicle service centre run by a company, something like Audi, where vehicles ...
Della's user avatar
  • 335
0 votes
0 answers
25 views

Is it legit to normalize time series with respect to the x-axis?

I have a data set consisting of multivariate time series, e.g. a batch of my data has the shape (batch_size, timesteps, number_input_features) and I want to train a neural network on it to predict ...
ZenDen's user avatar
  • 13
0 votes
0 answers
18 views

Change point detection in a timeseries

I have a few questions about using the PELT algorithm for change point detection in the ruptures library. Optimal Penalty Value for PELT Algorithm I'm using the Pruned Exact Linear Time (PELT) ...
Raj's user avatar
  • 1
0 votes
0 answers
8 views

Identifying Underperforming Movies Using Bayesian Metrics or Time Series Approach?

I have two years' worth of movie rental sales data. I'm interested in identifying underperforming movies based on these variables. So far, I'm considering creating a Bayesian product metric that will ...
Otis's user avatar
  • 1
0 votes
0 answers
16 views

Time series modeling tips

I'm currently building a pricing time series model for a category in produce and I have some questions. This is my first time building a forecasting model at my job and I've hit a few road bumps. The ...
Gavin Wright's user avatar
0 votes
0 answers
16 views

Implementation of CNN-LSTM for multivaraite time series forecasting

I have recently completed the course on TimeSeries from Coursera - Deeplearning AI, and was trying to replicate the results of an open-access research paper (...
Muhammad Owais Niaz's user avatar
0 votes
1 answer
53 views

How to predict sales in advance using tradition model in time series data?

...
Bad Coder's user avatar
1 vote
0 answers
30 views

Can Transformers predict periodic time series data?

I want to use Transformers to predict a noise-free periodic 2D signal $f(t)$. The signal has a period of $T=10$, and since there is no noise, future predictions can be made perfectly from the past 5 ...
nemy's user avatar
  • 111
0 votes
0 answers
7 views

Is this recursive forecasting right for timeseries analysis?

Training a model just to make a quick prototype ...
Juan Cruz Alric Cortabarria's user avatar
1 vote
0 answers
13 views

How to predict Future CPU Usage in Time Series reusing your already trained model?

I'm currently working on a time series problem where I need to predict future CPU usage. I have historical data consisting of CPU usage along with features like hour, day of week, and month. However, ...
Juan Cruz Alric Cortabarria's user avatar
0 votes
1 answer
36 views

Conv2d with time series

I have a question about how a CONV2D layer handles time series data. How with filters that scroll through time, our model can extract features and capture and model our target value? Thank you in ...
Zakaria Faouzi's user avatar

15 30 50 per page
1
2 3 4 5
127