Open NyankoSong opened 3 days ago
Issue appears to be located in one of memory allocators in Lloyd algorithm impl. of oneDAL KMeans.
Segfault is observed only if n_components
/n_clusters
is 1, otherwise patching and computation of KMeans is successful.
Temporary solution is disabling of sklearnex patching for KMeans(n_clusters=1)
case in PR above.
Describe the bug sklearn.mixture.GaussianMixture model with n_components=1 cannot be fitted as segmentation fault occurs.
To Reproduce
Jupyter log
Expected behavior
Output/Screenshots There are too few outputs to show here.
Environment: