Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken links in Module 4 #14

Merged
merged 4 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/book/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ML observability course is organized into six modules. You can follow the comple
[Module 3. ML monitoring for unstructured data: NLP, LLM, and embeddings](ml-observability-course/module-3-ml-monitoring-for-unstructured-data/readme.md).
{% endcontent-ref %}

{% content-ref url="ml-observability-course/module-4-designing-effective-ml-monitoring.md" %}
{% content-ref url="ml-observability-course/module-4-designing-effective-ml-monitoring/readme.md" %}
[Module 4. Designing effective ML monitoring](ml-observability-course/module-4-designing-effective-ml-monitoring/readme.md).
{% endcontent-ref %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ We discussed the differences between different ML monitoring architectures. Here
## Enjoyed the content?

Star Evidently on GitHub to contribute back! This helps us create free, open-source tools and content for the community.

⭐️ [Star](https://github.com/evidentlyai/evidently) on GitHub!
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ An important thing to add is monitoring the number of model predictions. This is

![](<../../../images/2023110\_course\_module4\_fin.025-min.png>)

**2. Model performance **
**2. Model performance**

This set of metrics answers the question "How does the service perform?" and “Did anything break?”

Expand Down