stevenpawley / Pyspatialml

Machine learning modelling for spatial data
GNU General Public License v3.0
145 stars 29 forks source link

Dataset types #11

Closed dorotheeg closed 5 years ago

dorotheeg commented 5 years ago

Hello,

Thank you for this package! I was wondering, however, about the formats of you data sets. When I import the datasets it tells me "no module named 'pyspatialml.datasets'." Without seeing the types and shapes of the ones you use, adapting it makes it a bit more difficult. Do you happen to have raw data or formats of the raw data (types, column number, column headers…).

Thank you for your help!

stevenpawley commented 5 years ago

Hello,

I hadn't updated the setup.py file for a while, so the datasets were not being installed (on a fresh install). It should be working now and you can import the example datasets. They are just small geotiff files.

Steve