mgwr.gwr.MGWR

MGWR.fit(self, n_chunks=1, pool=None)[source]

Compute MGWR inference by chunk to reduce memory footprint.

Parameters
n_chunksinteger, optional

A number of chunks parameter to reduce memory usage. e.g. n_chunks=2 should reduce overall memory usage by 2.

poolA multiprocessing Pool object to enable parallel fitting; default is None.
Returns
: MGWRResults