pysal / tobler

Spatial interpolation, Dasymetric Mapping, & Change of Support
https://pysal.org/tobler
BSD 3-Clause "New" or "Revised" License
146 stars 30 forks source link

Assume Poisson in the XGBoost approach #27

Closed renanxcortes closed 4 years ago

renanxcortes commented 4 years ago

I think changing the line 'https://github.com/pysal/tobler/blob/9523542e38a473d924533cb5240dbb7ec7c91c2a/tobler/vectorized_raster_interpolation.py#L373' to

params = {"objective": "count:poisson"}

would be more suitable for this case.