Coming from finance, I always wonder how and if these large pre-trained models are usable on any financial time series. I see the appeal of pre-trained models in areas where there is clearly a stationary pattern, even if its very hidden (i.e industrial or biological metrics). But given the inherently high signal/noise ratio and how extremely non-stationary or chaotic the financial data processes tend to be, i struggl…
Chronos: Learning the Language of Time Series
51–60 of 63 posts
Re: Chronos: Learning the Language of Time Series
#52Earlier quoted context omitted.
Why not? Sharing information moves the field forward.
You make money with if you have useful data others don't have, or you have better algorithms that others aren't using. When these become publicly known and used, your system doesn't work any more because the prices now include whatever signal you had for yourself before.
e.g. If I have a good signal at predicting horizon 1 day, then it is in my interest to have many people trading it at horizon > 1 day, as they will push the price in my direction.
Re: Chronos: Learning the Language of Time Series
#53We’re using HTMs for time series in our quant algorithms and they’re performing pretty well; it’s a shame that it’s mostly ignored my ML scientists..
Re: Chronos: Learning the Language of Time Series
#54Re: Chronos: Learning the Language of Time Series
#55Maybe I'm missing something obvious, but what is the idea behind quantizing and tokenizing time series? We tokenize text because text isn't numbers. In the case of time series, we're... turning numbers into less precise numbers? The benefit of scaling and centering is trivial and i guess all timeseries ML does it, but I don't see why we need a token after that.
Re: Chronos: Learning the Language of Time Series
#56Re: Chronos: Learning the Language of Time Series
#57As a practitioner the most impactful library for time series has been brms, which basically gives you syntactic sugar for creating statistical models in Stan. Checks all the boxes including probabilistic forecasts, multiple link functions for the likelihood including weiner, gamma, Gaussian, student t, binomial, zero-inflated and hurdle models. Also has auto-regressive and ordinal predictors and you actually learn so…
Could you expand on what you mean by "practitioner?" Also a followup question. With timeGPT and chronos advertised as "foundational time series models", do you think they have any value?
I’m not sure what to even make of a term like “foundational time series”. Does that just mean it’s widely used and known? You have to earn a role like that you can’t just declare yourself one.
Re: Chronos: Learning the Language of Time Series
#58Re: Chronos: Learning the Language of Time Series
#59Coming from finance, I always wonder how and if these large pre-trained models are usable on any financial time series. I see the appeal of pre-trained models in areas where there is clearly a stationary pattern, even if its very hidden (i.e industrial or biological metrics). But given the inherently high signal/noise ratio and how extremely non-stationary or chaotic the financial data processes tend to be, i struggl…
Stock prices change continuously based on the current price and future events that have not happened. I don't think they are at all predictable.