Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julitafalcondusza committed Oct 29, 2024
1 parent 328da6e commit c876016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/personalization/recommendation_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ The logic used for resolving a submodel is as follows:
### Dynamic attributes

Dynamic attribute submodels eliminate the need for manual grouping and simplify configuration.
They allow for simpler, faster, and less demanding recommendation tests using different attributes, because all you need to do is make one request and rebuild the model.
They allow for simpler, faster, and less demanding recommendation models building using different attributes, because all you need to do is make one request and rebuild the model.

Check warning on line 220 in docs/personalization/recommendation_models.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/personalization/recommendation_models.md#L220

[Ibexa.OxfordComma] Use a comma before the last 'and' or 'or' in a list of four or more items.
Raw output
{"message": "[Ibexa.OxfordComma] Use a comma before the last 'and' or 'or' in a list of four or more items.", "location": {"path": "docs/personalization/recommendation_models.md", "range": {"start": {"line": 220, "column": 1}}}, "severity": "WARNING"}

They work best in straightforward cases when you filter by the value of the attribute.

Expand All @@ -226,7 +226,7 @@ Dynamic attribute submodels:
- operate only on [nominal attributes](recommendation_models#nominal-attributes) (numeric attributes are not supported)
- can be used for [popularity](recommendation_models#popularity-models) and [collaborative](recommendation_models#collaborative-models) types of models (as they support submodels)
- have limitation of max. 50 attribute values (if more, you need to follow standard procedure - manual configuration by [[= product_name_base =]] Team)
- operate on scenarios thay use submodel support for model (`Submodels` data type)
- operate on scenarios with the selected `Submodels` data type option
- require sending a request and building a model
- are calculated for all new attribute values after import
- are always up-to-date with the imported items
Expand Down

0 comments on commit c876016

Please sign in to comment.