-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Checklist
- I have filled out the template to the best of my ability.
- This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
- This issue is not a duplicate feature request of previous feature requests.
Please describe your task requirements

URL: GET /{model_uuid}/current/embeddings/drift
DTO:
- average_drift_score:
<Board size="small" />
- last_drift_score:
<Board size="small" />
- drift_scores: the
<TimeLineChart />
{
"average_drift_score": 0.28,
"last_drift_score": {
"current_timestamp": 1627849500, // Timestamp of the current data
"score": 0.35 // Drift score (e.g., 0.35 indicates moderate drift)
}
"drift_scores": [
{
"current_timestamp": 1627849200,
"score": 0.15
},
{
"current_timestamp": 1627849260,
"score": 0.25
},
{
"current_timestamp": 1627849320,
"score": 0.30
},
{
"current_timestamp": 1627849380,
"score": 0.35
},
{
"current_timestamp": 1627849440,
"score": 0.40
}
]
}
Acceptance Criteria
The is available
Additional Notes
No response
Metadata
Metadata
Assignees
Labels
No labels