Skip to content

Commit

Permalink
Create README.md (#2563)
Browse files Browse the repository at this point in the history
  • Loading branch information
M1l0d authored Oct 1, 2024
1 parent f4df462 commit 680ab49
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions contributions/executable-tutorial/samkh-miladsf/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Assignment Proposal

## Title
Monitoring ML Model Predictions with Prometheus

## Names and KTH ID

- Sam Khosravi ([email protected])
- Milad Farahani ([email protected])

## Deadline
- Task 3

## Category
- Executable tutorial

## Description

In this tutorial we will set up a python script that logs a ML models predictions.
This is integrated with Prometheus which will mointor them.
The goal is to learn how to integrate Prometheus with a Python application, which is then will be able to monitor the model to understand if it for example will work well when put into production.

**Relevance**

Monitoring ML model prediction with Prometheus is highly relevant to DevOps because it introduces automation and observability to the machine learning lifecycle.
In DevOps, ensuring that systems are continously monitored for performance and reliability is crucial and this extends to machine learning models in production.
By integrating Prometheus to track metrics like prediction accuracy or latency, teams can proactively identify issues to reduce downtime and improve model reliability.

0 comments on commit 680ab49

Please sign in to comment.