RamonAranda / ConfusionMatrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConfusionMatrix

Easy implementation of ConfusionMatrix with extended reporting and nice formatting

External Dependencies

  • toolz (Functional tools for Python)
  • pyrsistent (Immutable collections)
  • numpy

TODO

- [X] Create immutable strings
- [X] Implement a pure functional formatter
- [WIP] Add some test
- [] Set travis
- [] Set autocoverage
- [] Make everything inherit from ValueObject as base class
- [] Make logs to be ordered by class name

About

License:MIT License


Languages

Language:Python 100.0%