Skip to content

Commit 49cdad5

Browse files
author
Yasha Bubnov
committed
Add travis CI badge.
1 parent ee51a1a commit 49cdad5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Keras Metrics
22

3+
[![Build Status][BuildStatus]](https://travis-ci.org/netrack/keras-metrics)
4+
35
This package provides metrics for evaluation of Keras classification models.
46
The metrics are safe to use for batch-based model evaluation.
57

@@ -26,3 +28,5 @@ model.compile(optimizer="sgd",
2628
loss="binary_crossentropy",
2729
metrics=[keras_metrics.precision(), keras_metrics.recall()])
2830
```
31+
32+
[BuildStatus]: https://travis-ci.org/netrack/keras-metrics.svg?branch=master

0 commit comments

Comments
 (0)