stevenpawley / Pyspatialml

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

added functionality to predict using categorical features and definin… #36

Closed szaman769 closed 2 years ago

szaman769 commented 2 years ago

Added possibility to provide constant values with a dictionary so that we can specify which parameters shouldn't change and if any additional values outside raster values can be used.

stevenpawley commented 2 years ago

Thanks for the contribution and this sounds like an interesting addition. I haven't needed constant categorical features in any of my models before, so I'm not familiar with using the const argument in raster or terra.

A couple of questions -

RichardScottOZ commented 2 years ago

Off the top of my head yes, I would think so?