From 16b5c17bc55b1d84dea605b5b77f066914e09fb9 Mon Sep 17 00:00:00 2001 From: Corey White Date: Sun, 17 Nov 2024 18:34:23 -0500 Subject: [PATCH] Updated extension --- .../topic_6_change_detection/assignments/assignment_6a.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/topics/topic_6_change_detection/assignments/assignment_6a.qmd b/course/topics/topic_6_change_detection/assignments/assignment_6a.qmd index 9d4d60c..f6d2312 100644 --- a/course/topics/topic_6_change_detection/assignments/assignment_6a.qmd +++ b/course/topics/topic_6_change_detection/assignments/assignment_6a.qmd @@ -345,7 +345,7 @@ i.segment.stats map=superpixels rasters=odm_071724_ortho.red,odm_071724_ortho.gr For classification we are going to use a decision tree based model called a RandomForest. To do this we need to install the GRASS GIS addon [r.learn.ml](https://grass.osgeo.org/grass-stable/manuals/addons/r.learn.ml.html) which gives us access to models from the [scikit learn](https://scikit-learn.org/stable/) python library. ```bash -g.extension r.learn.ml +g.extension extension=r.learn.ml2 ``` #### Sampling