rrindels

Results 2 comments of rrindels

I actually prefer a Nuxt3 Composable for this instead of a plugin. @/composables/useMitt.ts `import mitt from 'mitt'` `interface LogMessage{` `severity: string,` `message: string` `}` `type ApplicationEvents = {` `'application:log' :...

This is the future of time series anomaly detection in my opinion. It beats every brute force method we have tried. The issue we have with Matrix Profiles is that...