You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple deterministic baselines from geographical information systems (GIS) such as "Inverse Distance Weighting", "K Nearest Neighbors", "Mean of the context y" act as good baselines and sometimes provide insights into the complexity of the dataset. It may be helpful to implement these baselines inheriting from DeepSensorModel class.
The text was updated successfully, but these errors were encountered:
@tom-andersson Grouping similar characteristic models seems a good idea. Can we use a more self-explanatory name for this module? For example,
deepsensor.model.gis or deepsensor.model.deterministic or deepsensor.model.interpolators
KNN
IDW
Kriging
SpatialAverage
Over time, we may target most of the interpolators from Esri's ArcGIS. Should we put a dependency on polire (a spatial interpolation library from our lab) for this to avoid reinventing the wheel?
Simple deterministic baselines from geographical information systems (GIS) such as "Inverse Distance Weighting", "K Nearest Neighbors", "Mean of the context y" act as good baselines and sometimes provide insights into the complexity of the dataset. It may be helpful to implement these baselines inheriting from
DeepSensorModel
class.The text was updated successfully, but these errors were encountered: