roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
4.78k stars 744 forks source link

Fix `sklearn` import in vector analysis notebook #194

Closed capjamesg closed 9 months ago

capjamesg commented 10 months ago

This PR replaces the sklearn import in the vector analysis notebook with scikit-learn per #177.

I replaced one line in the notebook. I'm not sure what happened with the Bokeh changes in this PR.