Skip to content

Commit

Permalink
Update _search-plugins/ltr/training-models.md
Browse files Browse the repository at this point in the history
Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
  • Loading branch information
vagimeli authored Oct 24, 2024
1 parent 865c7a1 commit 66d5d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _search-plugins/ltr/training-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Machine learning (ML) models, such as Support Vector Machines (SVMs), output lin

## Feature normalization

Feature normalization is used to transform feature values to a consistent range, typically between 0 and 1 or -1 and 1. This is done during the training phase to better understand the relative impact of each feature. Some models, especially linear ones such as SVMRank, rely on normalization to function correctly.
Feature normalization is used to convert feature values to a consistent range, typically between 0 and 1 or -1 and 1. This is done during the training phase to better understand the relative impact of each feature. Some models, especially linear ones such as SVMRank, rely on normalization to function correctly.

Check failure on line 81 in _search-plugins/ltr/training-models.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.Spelling] Error: SVMRank. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks. Raw Output: {"message": "[OpenSearch.Spelling] Error: SVMRank. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks.", "location": {"path": "_search-plugins/ltr/training-models.md", "range": {"start": {"line": 81, "column": 260}}}, "severity": "ERROR"}

## Model upload process

Expand Down

0 comments on commit 66d5d86

Please sign in to comment.