Metadata-Version: 2.0
Name: ward-metrics
Version: 0.9.3
Summary: Tools for event-based evaluation for activity recognition problems.
Home-page: https://github.com/phev8/ward-metrics/
Author: Peter Hevesi
Author-email: peter.hevesi.developer@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: machine learning,activity recognition,evaluation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: matplotlib

# ward-metrics
Python implementation of the event-based evaluation metrics for activity recognition tasks proposed by Ward et. all 

For academic citations you can use this [paper](http://dl.acm.org/citation.cfm?id=1889687).

# Installation
```
pip install ward-metrics
```

# Usage and documentation
For examples and documentation check out the documentation website at [http://ward-metrics.readthedocs.io].

