The _core directory started appearing in numpy >= 1.26.
In my case, I generated a model with a newer version of scikit-learn but tried to load it with an older version.
Updating the scikit-learn version of the loader solved the issue for me.