ModuleNotFoundError: no module named 'sklearn'

Tutorial

The ModuleNotFoundError: no module named 'sklearn' error occurs when you have not installed the scikit-learn package on your system.

While you use from sklearn import ... to import functions from SciKit Learn, you need to install the scikit-learn  package to use the package.

To install SciKit Learn, run:


pip install scikit-learn

Next Steps

OpenCV can be used with the open source supervision Python package.

supervision provides an extensive range of functionalities for working with computer vision models. With supervision, you can:

1. Process and filter detections and segmentation masks from a range of popular models (YOLOv5, Ultralytics YOLOv8, MMDetection, and more).
2. Process and filter classifications.
3. Compute confusion matrices.

And more! To learn about the full range of functionality in supervision, check out the supervision documentation.