API reference

API reference#

The API reference provides an overview of all public functions in gwlearn.

Linear models:

GWLogisticRegression(bandwidth[, fixed, ...])

Ensembles:

GWRandomForestClassifier(bandwidth[, fixed, ...])

GWGradientBoostingClassifier(bandwidth[, ...])

Bandwidth search:

BandwidthSearch(model[, fixed, kernel, ...])

Optimal bandwidth search for geographically-weighted models

Base classes:

BaseClassifier(model, bandwidth[, fixed, ...])

Generic geographically weighted modelling meta-class