Skip to content

Commit

Permalink
Merge pull request #594 from linear-b/ert-estimate-instead-predict
Browse files Browse the repository at this point in the history
Update filter-functions.md
  • Loading branch information
PavelLinearB committed Sep 23, 2024
2 parents 14cf985 + 73165a6 commit e98ba7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/filter-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,14 +443,12 @@ Encode data into Base64 encoded string. When an encoded string is passed as inpu
#### `estimatedReviewTime`

Returns the estimated review time in minutes based on an ML model.
The model prediction is computed based on the PR metadata data (e.g. branch name, commits) and mainly by the number of additions and deletions for each type of change (Code, Data, Configuration, etc..)
The model estimation is computed based on the PR metadata data (e.g. branch name, commits) and mainly by the number of additions and deletions for each type of change (Code, Data, Configuration, etc..)

!!! note

The `estimatedReviewTime` filter function calls gitStream app API with the `branch` context to calculate the estimated review time value.

The following files are excluded when calculating this value:

<div class="filter-details" markdown=1>

| Argument | Usage | Type | Description |
Expand Down

0 comments on commit e98ba7b

Please sign in to comment.