Techno Blender
Digitally Yours.
Browsing Tag

Oleg

How to Handle an Autoregressive Model over Multiple Time Series | by Oleg Żero | Nov, 2022

Pipelines can get complicated at times. Poland 2022. (Photo by the author).Autoregressive models are among the “more difficult” to implement when it comes to data preparation. As the models are expected to yield daily or hourly predictions, the datasets themselves are expected to grow and expand with every new observation requiring the models to undergo regular retraining. Consequently, handling the data becomes a highly dynamic process where one has to be extra careful to ensure that no data leakage is present at any…

Convenient Scheduler in Python. Small-scale convenient approach to… | by Oleg Żero | Jun, 2022

A small-scale convenient approach to scheduling ETL tasks with python.An example of an eternally pending task, Poland 2021. (Photo by the author).Python has become an all-purpose language. It is especially commonly used in analytics and solving algorithmic problems within data science but is also popular in web development. This combination makes it a reasonable choice for various extract-transform-load (ETL) tasks.However, many of these tasks are rather small and don’t require large frameworks such as Airflow or Luigi.…