Skip to content

Commit

Permalink
add missing dependencies (scikit-learn)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer committed Oct 21, 2024
1 parent 768c839 commit 848d4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"numpy",
"pandas",
"rasterio",
"sklearn",
"scikit-learn",
]
description = "Segment (georeferenced) raster data in an interactive fashion. Retrain models in seconds. Only small amounts of labeled data necessary because of our use of pretrained base models as feature extractors."
keywords = ["Segmentation"," UNet"," Active learning"," Drone"," Raster data"," Spatial data"]
Expand Down

0 comments on commit 848d4f5

Please sign in to comment.