TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Comprehensive Tutorial on Time Series Modelling and Forecasting

279 点作者 min2bro大约 5 年前

10 条评论

latentdeepspace大约 5 年前
Everyone repeat after me: &quot;we need a baseline model&quot;.<p>You should always try some &quot;dumb&quot; models first. You&#x27;d be surprised how hard is to beat (of course depends on your KPIs) a historical average model with a more sophisticated method.
评论 #23043606 未加载
评论 #23043937 未加载
评论 #23049034 未加载
platz大约 5 年前
To my amateur eyes, normally the method for dealing with &#x27;time series&#x27; is really just finding ways to turn a non-stationary distribution into a stationary distribution, where you can then apply classic statistical methods on them. So you&#x27;re just finding ways to factor out the time component in the data so you can use the standard non-time sensitive regression models on the transformed data.<p>It seems like it&#x27;s very challenging to either have time as a first-class component in the model or somehow treat the data points as not independent. Indeed most models require independence so often it seems like we try to force the data to look that way by smoothing and transformations. You can assume this anytime an algorithm is asking you to provide &#x27;Stationarity&#x27;. It just seems like trying to look for the keys (prediction) where the streetlight is (model distributions with nice calculation properties).
评论 #23045379 未加载
splittingTimes大约 5 年前
For the interested, here is an overview into neural forecasting from the folks at Amazon research:<p>Neural forecasting: Introduction and literature overview<p><a href="https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2004.10240.pdf" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2004.10240.pdf</a>
riyadparvez大约 5 年前
Is there any other good resource on time series modeling and forecasting other than exponential smoothing and variants of ARIMA? Pretty much every tutotial on the web is on exponential smoothing and ARIMA or some lazy LSTM tutorials.
评论 #23041885 未加载
评论 #23042968 未加载
评论 #23042151 未加载
评论 #23042648 未加载
doctoboggan大约 5 年前
The readers interested in this article are probably able to give me good advice. I&#x27;ve been collecting stats daily on myself for the past year (weight, activity, calories consumed, sleep hours, etc) and I would love to be able to explore and extract interesting trends and relationships from the data.<p>Is there an easy tool where I can just drop in all the data and it presents me with some sort of dashboard? I would love it if the tool could identify and present interesting relationships (i.e. weight and calories consumed are strongly correlated)<p>Does anyone know if something like that exists? Or should I start rolling my own using python&#x2F;pandas?
评论 #23046367 未加载
cakeofzerg大约 5 年前
Currently learning gluonTS, SEEMS GOOD
评论 #23042608 未加载
评论 #23042531 未加载
elteto大约 5 年前
What would be some good graduate programs (I&#x27;m thinking Master&#x27;s level) in the US that specialize in time series modeling and forecasting? Any available online?
评论 #23043530 未加载
pupdogg大约 5 年前
Your page has a bigger focus on Google ads than the subject matter itself.
leeoniya大约 5 年前
coincidentally, i posted this not too long ago:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23045207" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23045207</a>
ngcc_hk大约 5 年前
Last time using it is 1981. Still relevant today in ML era?
评论 #23044858 未加载