Recent posts

Build and Evaluate SARIMA Model

1 minute read

``` python from math import sqrt from multiprocessing import cpu_count from warnings import catch_warnings from warnings import filterwarnings from statsmode...

Time Series Analysis: Tesla Stock

3 minute read

While American automakers went bankrupt, Tesla became just the first successful automobile start-up in the United States in over 110 years. Here I take a dee...