Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERT explanation #593

Merged
merged 1 commit into from
Sep 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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