[GRASS-SVN] r69979 - grass-addons/grass7/raster/r.randomforest
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 2 08:34:29 PST 2016
Author: spawley
Date: 2016-12-02 08:34:28 -0800 (Fri, 02 Dec 2016)
New Revision: 69979
Modified:
grass-addons/grass7/raster/r.randomforest/r.randomforest.py
Log:
bug fix to r.randomforest
Modified: grass-addons/grass7/raster/r.randomforest/r.randomforest.py
===================================================================
--- grass-addons/grass7/raster/r.randomforest/r.randomforest.py 2016-12-02 14:10:17 UTC (rev 69978)
+++ grass-addons/grass7/raster/r.randomforest/r.randomforest.py 2016-12-02 16:34:28 UTC (rev 69979)
@@ -317,7 +317,6 @@
ratio = float(options['ratio'])
errors_file = options['errors_file']
fimp_file = options['fimp_file']
- validation = options['validation']
ratio = float(options['ratio'])
if flags['b'] is True:
More information about the grass-commit
mailing list