API reference¶
The API reference provides an overview of all public functions in gwlearn.
Base classes¶
Base classes allow creation of geographically weighted versions of scikit-learn estimators.
|
Generic geographically weighted classification meta-estimator. |
|
Generic geographically weighted regression meta-estimator. |
Linear models¶
Implementation of linear models with access to relevant attributes (e.g. local coefficients).
|
Geographically weighted linear regression |
|
Geographically weighted logistic regression |
Ensemble models¶
Implementation of linear models with access to relevant attributes (e.g. local feature importance).
|
Geographically weighted gradient boosting classifier. |
|
Geographically weighted gradient boosting regressor. |
|
Geographically weighted random forest classifier. |
|
Geographically weighted random forest regressor. |
Bandwidth search¶
Tooling to determine the optimal bandwidths of geographically weighted models.
|
Optimal bandwidth search for geographically weighted estimators. |