- Minor fix when using learnAndPredict with an outside customized function - Better management fo cross-validation in learnAndPredict - Fix minor bug using False or None value with cv in learnAndPredict
Added
- Add an option to use SFS without writing each best model on the disk.
0.12rc3
Added
- Move some functions from vector_tools to raster_tools, functions are anyway still available from vector_tools
Changed
- learnAndPredict manages int value for cross-validation by using RandomStratifiedKFold - Enhance blocksize management for rasterMath - Move command line code in _cli folder
0.12rc2
Changed
- Improvements of rasterMath - customBlockSize defines now the same block size for window reading and for the output - add seed parameter (to set a random generator) in getRandomBlock() - add getRasterParameters() and customRasterParameters() function.
0.12rc1
Changed
- update rasterMath to generate by default a 256*256 raster block size. - update rasterMath to prevent bug if user has osgeo/gdal version is lower than 2.1. - prevent bug when in rasterMath if processor has only 1 core.