[8.2][DOCS] Adds ML-related items to the What's new section. (#130894)

This commit is contained in:
István Zoltán Szabó 2022-04-26 09:11:45 +02:00 committed by GitHub
parent 560473c840
commit 2e2d4b0d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

View file

@ -197,4 +197,30 @@ Access *Cases* in *Stack Management* under *Alerts and Insights*.
For more information, check {kibana-ref}/cases.html[Cases].
[float]
=== Machine learning
[float]
==== Testing trained models in {kib}
From 8.2, users are able to test certain trained models in {kib}. The new action
is introduced under *Machine learning > Trained Models* and it accepts
user-specified input to test models. Initially supported models are `lang_ident`
(language identification) and `bert_base_ner` (named entity recognition).
[role="screenshot"]
image::images/test-trained-model.gif[Testing trained models in the ML UI]
[float]
==== Machine learning trained models are now space-aware
Machine learning trained models are space-aware starting in 8.2. Spaces enable
you to organize your {kib} saved objects into meaningful categories. Once a
trained model is limited to a {kib} space, users only see it if they are
assigned to the same space. A warning is shown if any trained models are missing
their saved objects; automatic synchronization also occurs periodically to
address any missing objects.
// end::notable-highlights[]