Thursday, October 24, 2019

Data Visualization Part-2

A basic assumption taken into consideration when performing analytics on time series data using various models is that the series is stationary. If the original data series is found to be non-stationary then we proceed to apply transformations to get optimum stationary series data. We took a random time series and applied first and second-order differentiation to show how transformations can affect stationarity.
Explore more about the importance of stationarity in time series prediction follow the link below:
https://towardsdatascience.com/stationarity-in-time-series-analysis-90c94f27322

No comments:

Post a Comment

Working Progress 8: Random Forest

Random Forest: It technically is an ensemble method (based on the divide-and-conquer approach) of decision trees generated on a randomly ...