ERROR "No module named sklearn" when using PyCall

@aliceee FYI You can use sklearn through:

  1. scikitlearn.jl
  2. MLJ.jl
  3. My code to train all sklearn models (& others) via MLJ: Custom XGBoost Loss function w/ Zygote. Julia Computing blog post - #13 by Albert_Zevelev
  4. AutoMLPipeline.jl

And probably many others…