Git Product home page Git Product logo

tslabeler's Introduction

til

TSLabeler is a simple tool designed to label anomalies, manually, in univariate or multivariate time series.

What can this tool be useful for? Usually, time series anomaly detection methods need to be evaluated using labeled data, also known as the ground of truth. This evaluation is performed to check their performance or compare if a method is better than other in detecting anomalies. Moreover, the labeled data can also be used to train supervised learning methods for detecting anomalies in time series.

Input file format:

Currently, only comma-separated values (.csv) file format is supported.


File structure:

Univariate:

Date Value Anomaly
2019-01-01T00:00:00.000 123.4 0
2019-01-02T00:00:00.000 3452.98 1
... ... ...

Multivariate:

Date Var1 Var2 ... Anomaly
2019-01-01T00:00:00.000 123.4 34 ... 0
2019-01-02T00:00:00.000 3452.98 67 ... 1
... ... ... ... ...

Fields description:

Attribute Description Example Suported values
Date Mandatory field 2018-12-31T00:00:00 Date ISO 8601
Value(s) Mandatory field(s), 1 or multiple columns are supported 234.3 or 234 Double or integer
Anomaly optional field 1 (if anomaly), otherwise 0 integer

Examples:

1. Open files

til

2. Label anomalies by clicking over point

til

3. Label several anomalies at once

til

4. Unlabel several anomalies at once

til

5. Scroll through the plot to identify and label anomalies

Just press "Ctrl" in the keyboard til

tslabeler's People

Contributors

orochapvera avatar

Watchers

James Cloos avatar Orlando Rocha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.