OLA2022-Group-12 / OLA2022-Project

Project for the Online Learning Applications class at Politecnico di Milano a.a. 2021-2022
2 stars 0 forks source link

Sliding-wndow and change-detection implementation #31

Closed raul-singh closed 1 year ago

raul-singh commented 1 year ago

Here is my code for the dynamic learner. This is a normal simulation with an abrupt change at day 30 with a normal AlphalessLearner: Screenshot from 2022-11-24 16-39-53

This instead is the same exact simulation (abrupt change at day 30) using a ChangeDetectionLearner: Screenshot from 2022-11-24 16-38-44

This should be ready to go. Also sliding window is implemented: image

I'm trying to write a notebook to show the differences between normal alphaless learner, sliding-window and change-detection.

raul-singh commented 1 year ago

I tried to implement most of your suggestions! Let me know what you think.