Scripts for the self-made data pipeline including data fetch from REST-API, raw data preprocess, feature engineering, online database (MariaDB) implementation over SSH-connection. After data process and feature engineering, the target feature is predicted with two different types of neural networks: fully connected (FC) regression neural network and 2-dimensional convolution NN (2D-CNN).
All scripts have a docstring documentation with a brief description of their purpose and parameters.
There is also documentation in Finnish for this, which is not publicly available. The document contains, for example, data analysis and images, further development ideas, architecture description, and analysis of the results of machine learning methods.