Skip to content

Commit 14cf985

Browse files
authored
Merge pull request #593 from linear-b/ERT-fix
ERT explanation
2 parents 582ee31 + b54f217 commit 14cf985

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/filter-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ The output lists the Git provider users, e.g., GitHub users, which are mapped fr
382382

383383
!!! note
384384

385-
The `codeExperts` filter function calls gitStream app API with the `repo` context to calculate the estimated review time value.
385+
The `codeExperts` filter function calls gitStream app API with the `repo` context to calculate the experts.
386386

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

@@ -442,8 +442,8 @@ Encode data into Base64 encoded string. When an encoded string is passed as inpu
442442

443443
#### `estimatedReviewTime`
444444

445-
Returns the estimated review time in minutes based on statistical model.
446-
The model uses the amount of additions and deletions statistics for each file type with additional information about the commits and base branch.
445+
Returns the estimated review time in minutes based on an ML model.
446+
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..)
447447

448448
!!! note
449449

0 commit comments

Comments
 (0)