Software
OODS : Outlier detection for data streams (including DyCF, DyCG and evaluation). Ducharlet K (2023) URL https://github.com/kyducharlet/odds
Remaining cycle time prediction with Graph Neural Networks for Predictive Process Monitoring. Duong L.T. (2023) URL https://github.com/duongtoan261196/RemainingCycleTimePrediction
DyD2 : Dynamic Double Anomaly Detection DyD2. Dorise A. (2022) URL https://github.com/Adrien-Dorise/DyD2_Dynamic_Double_Anomaly_Detection
DYCLEE : Dyclee implements a dynamic clustering algorithm that efficiently deals with data streams and achieves several important properties which are not generally found together in the same algorithm. The dynamic clustering algorithm operates online in two different time-scale stages, a fast distance-based stage that generates micro-clusters and a density-based stage that groups the micro-clusters according to their density and generates the final clusters. The algorithm achieves novelty detection and concept drift thanks to a forgetting function that allows micro-clusters and final clusters to appear, drift, merge, split or disappear. The algorithm supporting Dyclee has been designed to be able to detect complex patterns even in multi-density distributions and making no assumption of cluster convexity.
Developped by Nathalie Barbosa Roa, Renaud Pons and Louise Travé-Massuyès.