Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 5 replies, 0 views
Replied In
Sklearn is unstable on Apple Silicon
Hi. I've been suffering from the same problem but I finally found a simple solution which worked for me.
try this one:
pip install --upgrade --force-reinstall scikit-learn
I tested on Miniforge environment(macOS 12.2.1, M1 Air) and problem solved.