Time Series - Analysis

This project goal is to understand how to analysis a Time Series prediction, observing the trends, seasonality and the variability of the data. Time series is a predictive model that can be quite complex, so for this project I used a Server CPU Time uptime.

📒 Key Takes

Time Series are great to understand data that is set upon a timeline, and using ARIMA model we can try to get the future outcomes of the behaviour of our data. Still, analyzing the time series will also help understand your data in depth and immediately take observations to better know what decisions you can make. But not always they'll be good, as it was in my dataset. If we look at the trend it looks that we will be able to predict properly:

But in reality after ARIMA, the data was so poor, that we couldn't predict upcoming uptimes of the CPU:

Time Series are very complex models, but understanding how it works and with good data work, they can help predict and solve a lot of problems.