Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni.buroni committed Jan 20, 2025
1 parent 7b9b218 commit b2c8105
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Apply data generator to create time-series data with abrupt mean-shift

#### Simulating streaming data
**Simulate a streaming data scenario by iterating over a sequence of observations. During each iteration:**
1. **make prediction with recursive-least-squares model**
2. **observe true value**
3. **update model's parameters**
4. **compute residual**
5. **apply CUSUM detector to the residuals**
1. Make prediction with recursive-least-squares model
2. Retrieve the true value
3. Update model's parameters
4. Compute residual
5. Use the CUSUM detector on the residuals

![Model Predictions Animation](img/monitoring.gif?raw=true)

Expand Down

0 comments on commit b2c8105

Please # to comment.