ghislainv/forestatrisk

Function to predict deforestation without spatial random effects

ghislainv opened this issue · 1 comments

We can either:

  • build an hSDM_binomial function
  • or use a linear model from module statsmodels

Done, see function predict_raster.py which should be able to use any model class with a predict() method.