Skip to content

Commit fe11d5c

Browse files
committed
retraining description
1 parent a13778d commit fe11d5c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
285 KB
Loading

md-docs/user_guide/modules/retraining.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ The Retraining module of ML cube Platform plays a fundamental role in dealing wi
44
Indeed, usually, a data drift determines a drop in the model's predictive capacity that starts providing bad predictions and therefore, degrading its performance.
55
As soon as a data drift has been detected, action must be taken to avoid excessive performance degradation and thus business issues.
66

7+
Before entering in the details about the retraining module, it is important to describe what happen after the model is in production.
8+
In fact, the model artifact deployed in production does not last forever but further versions will be generated using newly fresh data that will be up to date with the last data distribution.
9+
The model update with retraining can be done on temporal basis or as soon as a data drift is detected.
10+
11+
<figure markdown>
12+
![Image title](../../imgs/ai_model_lifecycle.png){ width="900" }
13+
<figcaption>AI model lifecycle.</figcaption>
14+
</figure>
15+
716
## Retraining dataset
817

918
The main outcome of the Retraining module is the _retraining dataset_ that you should use to retrain your AI model adapting it to the new discovered data distributions.

0 commit comments

Comments
 (0)