Skip to content

Releases: netrack/keras-metrics

(1.1.0) 2019-04-04

04 Apr 13:56
d1cf697
Compare
Choose a tag to compare

Changelog

  • Add support for average recall metric.

(1.0.0) 2019-02-25

25 Feb 10:26
94ae5bb
Compare
Choose a tag to compare

Changelog

  • Metrics divided into three categories: binary, categorical and sparse.

(0.0.7) 2019-01-21

21 Jan 16:39
a16a8c2
Compare
Choose a tag to compare

Changelog

  • Ability to save and load the model with metrics from keras_metrics.

(0.0.6) 2019-01-12

12 Jan 08:38
c0149cb
Compare
Choose a tag to compare

Changelog

  • Add support of multi-dimensional metrics

(0.0.5) 2018-11-25

16 Nov 14:42
f12f335
Compare
Choose a tag to compare

Changelog

  • Make metrics stateful

0.0.4 (2018-10-25)

25 Oct 17:44
6a9a43c
Compare
Choose a tag to compare

Changelog

  • Fix f1 score evaluation to nan.

0.0.3 (2018-08-15)

15 Aug 19:18
5371363
Compare
Choose a tag to compare

Changelog

  • F1 score metric with multi-label support

0.0.2 (2018-08-01)

01 Aug 06:31
6d9bbce
Compare
Choose a tag to compare

Changelog

  • Ability to specify a label for any metric

0.0.1 (2018-05-24)

24 May 13:06
Compare
Choose a tag to compare

Changelog

  • True positive metric
  • True negative metric
  • False positive metric
  • False negative metric
  • Recall
  • Precision