[GRASS-SVN] r70906 - grass-addons/grass7/raster/r.learn.ml

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 20 09:12:27 PDT 2017


Author: spawley
Date: 2017-04-20 09:12:27 -0700 (Thu, 20 Apr 2017)
New Revision: 70906

Modified:
   grass-addons/grass7/raster/r.learn.ml/r.learn.ml.py
Log:
r.learn.ml moved classifier option back to the required gui section

Modified: grass-addons/grass7/raster/r.learn.ml/r.learn.ml.py
===================================================================
--- grass-addons/grass7/raster/r.learn.ml/r.learn.ml.py	2017-04-20 03:11:34 UTC (rev 70905)
+++ grass-addons/grass7/raster/r.learn.ml/r.learn.ml.py	2017-04-20 16:12:27 UTC (rev 70906)
@@ -65,7 +65,8 @@
 #% description: Supervised learning model to use
 #% answer: RandomForestClassifier
 #% options: LogisticRegression,LinearDiscriminantAnalysis,QuadraticDiscriminantAnalysis,GaussianNB,DecisionTreeClassifier,DecisionTreeRegressor,RandomForestClassifier,RandomForestRegressor,ExtraTreesClassifier,ExtraTreesRegressor,GradientBoostingClassifier,GradientBoostingRegressor,SVC,EarthClassifier,EarthRegressor,XGBClassifier,XGBRegressor
-#% required: no
+#% guisection: Required
+#% required: yes
 #%end
 
 #%option



More information about the grass-commit mailing list