Welcome to AnnotateChange a tool for annotating time
series data for changepoint analysis.
Please log in or register to get started.
Please log in or register to get started.
{% extends "base.html" %} {% block styles %} {{ super() }} {% endblock %} {% block app_content %} {% if current_user.is_authenticated %}
Below are the datasets that we've asked you to annotate, thank you very much for your help!
| Name | {% for task in tasks_todo %}
|---|
| {{ task.dataset.name }} |
No more annotations to do! Thank you so much for your
help, you rock!
| Name | Completed On | {% for task in tasks_done %}
|---|---|
| {{ task.dataset.name }} | {{ task.annotated_on }} |