Skip to content

Commit

Permalink
Merge pull request #593 from linear-b/ERT-fix
Browse files Browse the repository at this point in the history
ERT explanation
  • Loading branch information
PavelLinearB committed Sep 22, 2024
2 parents 582ee31 + b54f217 commit 14cf985
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/filter-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ The output lists the Git provider users, e.g., GitHub users, which are mapped fr

!!! note

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

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

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

#### `estimatedReviewTime`

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

!!! note

Expand Down

0 comments on commit 14cf985

Please sign in to comment.