Skip to content

Commit

Permalink
Fix python_wrapping_s2i custom metrics link
Browse files Browse the repository at this point in the history
Fixes the link to custom metrics API.
  • Loading branch information
ozturkberkay committed Apr 26, 2020
1 parent 0cdeb9c commit d82259b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/python/python_wrapping_s2i.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class MyModel(object):
return [{"type": "COUNTER", "key": "mycounter", "value": 1}]
```

For more details on custom metrics and the format of the metric dict see [here](../custom_metrics.md).
For more details on custom metrics and the format of the metric dict see [here](https://docs.seldon.io/projects/seldon-core/en/latest/analytics/analytics.html#custom-metrics).

There is an [example notebook illustrating a model with custom metrics in python](../examples/custom_metrics.html).

Expand Down

0 comments on commit d82259b

Please sign in to comment.