Skip to content

Commit 42834b8

Browse files
Update native-experiment-tracking/README.md
Co-authored-by: Hamza Tahir <[email protected]>
1 parent dec9090 commit 42834b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

native-experiment-tracking/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ In case you want to create your own visualization, check out the implementation
7474
at `native-experiment-tracking/steps/model_trainer.py:generate_cm`. Basically, just create a
7575
matplotlib plot, convert it into a `PIL.Image` and return it from your
7676
step. Don't forget to annotate your [step output accordingly](https://docs.zenml.io/how-to/build-pipelines/step-output-typing-and-annotation.
77+
7778
```python
7879
from typing import Tuple
7980
from typing_extensions import Annotated

0 commit comments

Comments
 (0)