How can I use the ScikitLearn.utils module?

I’m converting a bit of sklearn python into Julia.

In the python, they use a a method called resample from sklearn.utils but I can’t find these functions in the Julia interface. It seems that ScikitLearn.jl does have a Utils module, but it doesn’t export any of the functions in sklearn.utils so I don’t think I’m looking in the right place. Can someone point me in the right direction?