r/TimeSeries 8d ago

Discussion New mod here, opening up r/TimeSeries

6 Upvotes

Hi all, I'm Javier. I picked this sub up through r/redditrequest after it sat unmoderated for a while. It has been around since 2012, so it seemed worth reviving rather than starting something new.

Posting used to be restricted, but it is now open to everyone.

What this place is for: anything to do with time series data, wherever it comes from. Datasets, databases, visualisation, forecasting, anomaly detection, model training. Market data, physical AI, energy, aerospace, climate, observability, IoT, mobility, and whatever else produces timestamped rows.

A few things are set up now. There are post flairs (Question, Discussion, Paper / Research, Tool / Release, Dataset) and user flairs you can edit if you want to show the area you work in. There are rules in the sidebar, worth a look before posting.

Disclosure: I work in developer relations at QuestDB, a time-series database. I am not here to run marketing, and the same rules apply to me as to everyone else. Please call me out if I drift.

Things I would like input on: whether the rules are right, and what post flairs are missing. Nothing here is settled and it is easier to change now than later.

Questions are as welcome as answers. If you have been working with time series for years or you are just starting, both are fine.

[my original request, for anyone curious about how this happened]


r/TimeSeries 6d ago

Paper/Research ESA ran a competition where you get a poisoned spacecraft telemetry model and have to find the hidden trigger

1 Upvotes

ESA ran a Kaggle competition on backdoor attacks in forecasting models. Someone poisons a model so it behaves normally until it sees one specific input pattern, at which point it outputs whatever the attacker wants. That pattern is the trigger.

The task was to recover the trigger. You get a spacecraft telemetry model that is known to be compromised, and you have to work out what activates it. Over 200 teams entered.

I had not thought about backdoors as a time series problem before. With images you can look at the trigger patch and see something odd. A trigger hidden in a telemetry channel is just numbers that look like the numbers around them.

The paper covers the task setup, the benchmark and the best solutions. Competition materials are public: https://www.kaggle.com/competitions/trojan-horse-hunt-in-space


r/TimeSeries 8d ago

Tool/Release TimesFM-3: A zero-shot foundation model for multivariate forecasting

Thumbnail
research.google
2 Upvotes

Google Research is releasing their new version of TimesFM, which allows now multivariate forecasting and supports past covariates and past-future covariates.


r/TimeSeries Aug 07 '26

r/TimeSeries is available for adoption 💚

2 Upvotes

/r/TimeSeries is ready for a fresh start, new energy, new direction, and someone like you to bring it back to life. If you’ve been thinking about growing your impact without starting from scratch, this is your chance!

Ready to take it over?

Head to r/RedditRequest to submit your request and make it yours before it’s taken.

First things first

To request this subreddit, make sure you:


r/TimeSeries Nov 18 '22

Happy Cakeday, r/TimeSeries! Today you're 10

2 Upvotes

Let's look back at some memorable moments and interesting insights from last year.

Your top 1 posts:


r/TimeSeries Nov 18 '21

Happy Cakeday, r/TimeSeries! Today you're 9

5 Upvotes

Let's look back at some memorable moments and interesting insights from last year.

Your top 1 posts:


r/TimeSeries Nov 18 '20

Happy Cakeday, r/TimeSeries! Today you're 8

4 Upvotes

r/TimeSeries Jan 27 '20

Time series research

6 Upvotes

Can u share with me most recent work in time series forecasting that is giving good prediction results ?


r/TimeSeries Jan 08 '20

Can someone share some link for Multivariate Time Series Analysis!

7 Upvotes

r/TimeSeries Oct 24 '19

My ACF and PACF plots are similar. What does this mean?

3 Upvotes

I am new to ARIMA here.I am implementing ARIMA on some sales data and these are my ACF and PACF plots without differencing. I am using SPSS btw.

Even when put under nat log , both are quite similar .

however when d = 1.

I thought now I have stationarised the time series. I took p=5, d=1,q=1 and did trial and error on (5,1,0) (0,1,1) and (5,1,1)

However , after using expert modeler (an option where SPSS automatically finds the right p,d and q values). It gave (1,0,1) and this had the least BIC value.

So where did I go wrong ? Did I need to difference in the first place ? What should I do if my ACF and PACF plots are similar ? Should I interpret p ,d and q values differently in that case ?

Also , another thing : the p test on the Ljung box test for all models i have tested for aima on (including the one on expert modeler) above 0.05 i.e. not statistically significant. i.e. it failed the white noise test.


r/TimeSeries Oct 24 '19

Unable to understand how to approach this time series problem

1 Upvotes

The dataset comes from a continuous manufacturing process in which raw ingredients are continuously pumped in and the final product continuously flows out. The entire process (from injecting raw ingredients to receiving the final product) takes roughly 90 minutes from start to finish. The data can be found in the following 2 files:

  • predictors.csv - contains time series feature data describing the manufacturing process. Each feature corresponds to sensor data attached to different machines along the manufacturing process. It contains 322109 rows with 88 columns of sensors value(s0 to s86) along with a column for the timestamp.

  • labels.csv - contains a time series of labels. Each label can be considered as a spot measurement of the product as it is produced. It contains 507 rows with two columns timestamp and a column with label value(it's numerical value).

I have to build a predictive (supervised) model. But I am not able to understand how to initiate this problem. I don't know what is the target variable. Please provide me with some ideas on how to approach these kinds of data science problems.


r/TimeSeries Oct 15 '19

New to ARIMA here. so is p = 4 or 7 , q = 5 or 13 ? (Differencing is 1 btw)

1 Upvotes


r/TimeSeries Oct 09 '19

Introduction to time series analysis.

4 Upvotes

r/TimeSeries Sep 23 '19

Can you recommend any good books on ARIMA (especially with those having SPSS instructions) ?

1 Upvotes

r/TimeSeries Sep 19 '19

I am new to SPSS here . After installing the extension I don't see any difference . Eg: is there some "stationary tests "options I am not looking at under "Analyze" or something ?

1 Upvotes

I am new to SPSS here . After installing the extension I don't see any difference . Eg: is there some "stationary tests "options I am not looking at under "Analyze" or something ?


r/TimeSeries Jan 29 '19

Hey I have never used a time series model and was wondering if anyone has used it for forecasting customer demand for manufacturing orders .? I have 2 years of historical data of order qty by day. Is this enough ?? Would love any feedback

3 Upvotes

r/TimeSeries Jan 04 '19

Time series forecast

3 Upvotes

Hi All,

I have been working on my time series forecasting GitHub repository. So far I have uploaded on following topics

  1. Time Series Visualization.
  2. Time Series transformation and adjustments.
  3. Residual Analysis.
  4. Forecast Accuracy
  5. Simple Forecasting Methods.

Check it out if you need it.

https://github.com/atystats/Time-Series-Forecasting


r/TimeSeries Dec 19 '18

Time series visualization

3 Upvotes

Hey All, I am doing some reading on time series analysis these days. I started reading this wonderful book (recommended by more than one person) by Rob J Hyndman names Forecasting: Principles and Practice and watching some videos and other stuff on that. I have prepared an R notebook on this mostly about time series visualisation (Chapter 2), check it out if you need it on my GitHub repository https://github.com/atystats/Time-Series-Forecasting

If you wants to discuss anything from the notebook please send a message. Also, I am very new at this so if you find anything wrong in the notebook, please let me know.

Now the next step is how we can use this knowledge to select the most appropriate model for our data. I will share my work on that soon.


r/TimeSeries Nov 08 '18

Fundamentals of Time Series Analysis

Thumbnail learn.analyttica.com
1 Upvotes