GeosoupML is a python package for geospatial data manipulation using GDAL and GDAL bindings in python. This library is the machine learning support for geosoup.
Currently implemented:
`Random Forest Regressor`
`Multiple Linear Regressor`
Install using:
`pip install geosoupML`
Note: Must have GDAL >= 2.1.3 up and running before installing geosoup and geosoupML.
Version updates:
> Removed bugs in _Regressor and Samples classes