Goto

Collaborating Authors

 Time Series Analysis


Time Series Analysis: A Primer

@machinelearnbot

What is a Time Series? Many data sets are cross-sectional and represent a single slice of time. However, we also have data collected over many periods - weekly sales data, for instance. This is an example of time series data. Time series analysis is a specialized branch of statistics used extensively in fields such as Econometrics and Operations Research.


Anomaly Detection in Predictive Maintenance with Time Series Analysis

@machinelearnbot

Most of the data science use cases are relatively well established by now: a goal is defined, a target class is selected, a model is trained to recognize/predict the target, and the same model is applied to new never-seen-before productive data. An anomaly is an event that is not part of the system's past; an event that cannot be found in the system's historical data. In the case of network data, an anomaly can be an intrusion, in medicine a sudden pathological status, in sales or credit card businesses a fraudulent payment, and, finally, in machinery a mechanical piece breakdown. In the manufacturing industry, the goal is to keep a mechanical pieceworking as long as possibleโ€“mechanical pieces are expensive โ€“ and at the same time to predict its breaking point before it actually occursโ€“a machine breakoften triggers a chain reaction of expensive damages. Therefore, a high value is usually associated with the early discovery, warning, prediction, and/or prevention of anomalies.Specifically, the prediction of "unknown" disruptive events in the field of mechanical maintenance takes the name of "anomaly detection".


Linear, Machine Learning and Probabilistic Approaches for Time Series Analysis

@machinelearnbot

In this post, we consider different approaches for time series modeling. The forecasting approaches using linear models, ARIMA alpgorithm, XGBoost machine learning algorithm are described. Results of different model combinations are shown. For probabilistic modeling the approaches using copulas and Bayesian inference are considered. Time series analysis, especially forecasting, is an important problem of modern predictive analytics.


Time Series Analysis With Generalized Additive Models

@machinelearnbot

This article comes from Algobeans Layman tutorials in analytics. Whenever you spot a trend plotted against time, you would be looking at a time series. The de facto choice for studying financial market performance and weather forecasts, time series are one of the most pervasive analysis techniques because of its inextricable relation to time--we are always interested to foretell the future. One intuitive way to make forecasts would be to refer to recent time points. Today's stock prices would likely be more similar to yesterday's prices than those from five years ago.


Time Series Analysis with Generalized Additive Models

@machinelearnbot

Whenever you spot a trend plotted against time, you would be looking at a time series. The de facto choice for studying financial market performance and weather forecasts, time series are one of the most pervasive analysis techniques because of its inextricable relation to time--we are always interested to foretell the future. One intuitive way to make forecasts would be to refer to recent time points. Today's stock prices would likely be more similar to yesterday's prices than those from five years ago. Hence, we would give more weight to recent than to older prices in predicting today's price.



Linear, Machine Learning and Probabilistic Approaches for Time Series Analysis

#artificialintelligence

In this post, we consider different approaches for time series modeling. The forecasting approaches using linear models, ARIMA alpgorithm, XGBoost machine learning algorithm are described. Results of different model combinations are shown. For probabilistic modeling the approaches using copulas and Bayesian inference are considered. Time series analysis, especially forecasting, is an important problem of modern predictive analytics.


Time Series Analysis - Theory and Practice SkillsCast

#artificialintelligence

Tetiana is a mathematician turned data scientist currently working with NanoTechGalaxy on developing machine learning algorithms for medical image processing. She is also working on AI risk research as part of the Pareto Fellowship awarded by the Centre of Effective Altruism.


San Francisco Police Department Crime Incidents: Part 1-Time Series Analysis

@machinelearnbot

The City and County of San Francisco had launched an official open data portal called SF OpenData in 2009 as a product of its official open data program, DataSF. The portal contains hundreds of city datasets for use by developers, analysts, residents and more. Under the category of Public Safety, the portal contains the list of SFPD Incidents since Jan 1, 2003. In this post I have done an exploratory time-series analysis on the crime incidents dataset to see if there are any patterns.