lannov / hse_project_2022_3d_year_students

0 stars 0 forks source link

Data preprocessing #5

Open kokarevn opened 1 year ago

kokarevn commented 1 year ago

1) Algorithm of stationaryization of time series consists of the following:

 - A log transformation of feature variables to make data as "normal" as possible and make the statistical analysis results from this data more valid.
 - Performed stationarization of time series by the differencing method with a shift equal to 1.

2) Data Plotting:

Gandolier commented 1 year ago

Link to the code: https://colab.research.google.com/drive/1tmsa-w4ZdDBx4YoF5-hrPwkxPLgkFSqS?usp=sharing