- Add section on custom metrics to the docs
- Add section on custom callbacks to the docs
Showing 1 of 4 files from the diff.
Newly tracked file
src/ashpy/metrics/metric.py
changed.
Other files ignored by Codecov
docs/source/index.rst
has changed.
docs/source/advanced_ashpy.rst
is new.
docs/source/internals.rst
has changed.
@@ -35,9 +35,9 @@
Loading
35 | 35 | ||
36 | 36 | class Metric(ABC): |
|
37 | 37 | """ |
|
38 | - | Metric is the abstract class that every ash Metric must implement. |
|
38 | + | Metric is the abstract class that every AshPy Metric must implement. |
|
39 | 39 | ||
40 | - | AshPy Metrics wrap and extend Keras Metrics. |
|
40 | + | AshPy Metric wrap and extend :class:`tf.keras.metrics.Metric`. |
|
41 | 41 | """ |
|
42 | 42 | ||
43 | 43 | def __init__( |
Files | Coverage |
---|---|
src/ashpy | 86.68% |
Project Totals (56 files) | 86.68% |
172.1
TRAVIS_PYTHON_VERSION=3.7 TRAVIS_OS_NAME=linux
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.