/dqm-playground-ts

Time serie analysis part of the CMS DQM Playground

DQM Playground - Time Serie Analysis

This repository is an addition to the website, CLI, and data analysis framework of the DQM Playground intiative. The goal is to move from representation based (PCA, NMF, autoencoders) to time serie based monitoring / anomaly detection.

Initial strategy

The goal of this project is twofold. First, check whether time serie analysis could help monitoring the Tracker. Second, test the modularity of the DQM Playground website by adding a new input to the monitoring (namely L1 and HLT rates) as a new application.

In order to do so, a preliminary approach could be the following:

  • extract 2018 rates of L1/HLT using OMS API
  • study the evolution of rates within runs
  • add rates to the DQM Playground website (write model, management script, basic data visualization, API, ...)
  • build model to predict rate of a given lumisection based on previous rates
  • build model to predict bad lumisections based on a combination of significant trigger paths (a drop in the rate doesn't necessarily mean that a lumisection is bad, but a loss in correlation between rates might)

Resources

OMS

Time serie analysis

Recurrent Neural Networks

Finance