Annotator tests started to fail due to changes in scikit-learn (in version 1.3.0). The reason is using the same random seed returns different results since clusters in data are not well distinguishable.
Description of changes
Fix the issue with artificial embeddings to produce better distinguishable clusters.
Merging #1018 (79a34cf) into master (6994a5b) will decrease coverage by 0.16%.
Report is 5 commits behind head on master.
The diff coverage is 100.00%.
Issue
Annotator tests started to fail due to changes in scikit-learn (in version 1.3.0). The reason is using the same random seed returns different results since clusters in data are not well distinguishable.
Description of changes
Fix the issue with artificial embeddings to produce better distinguishable clusters.
Includes