Levi John Wolf
Levi John Wolf
This addresses the MRR comment. I think it's better to show how to use this inside of pygeos, rather than make a new release of centrography for this feature. I...
Introduction: - acknowledgement/caveat emptor that the code will change in the future. - motivation for writing & concerns at the time of the book - why a book *on this...
addresses #252 (prologue only)
I think there is a way to ignore/suppress warnings from within the python interpreter/as a python option. If we can, this would let us remove the chunks at the front...
We need to flesh out our relationship to the internet, specifically when running chapters. Ideally, we'd like people to be able to execute the chapters without the internet. A few...
[In the labelling section](https://github.com/pysal/spopt/blob/76dd9051dcb30cdb5c0ce83500e793dfef5811f2/spopt/region/spenclib/abstracts.py#L314), I think it might make sense to add a gaussian mixture model labeler to supplant the K-means and hierarchical labelling. @patrickrd's [new paper](https://arxiv.org/pdf/1709.05506.pdf) due out in...
This allows for precomputed distance matrices in the skater baseclass, `skater.SpanningForest`. For a usage example: ```python import numpy from libpysal import weights from scipy.spatial import distance_matrix from spopt.region.skater import SpanningForest...
I'm not running checks on the input, nor casting input to an array in the `Spanning_Tree` clusterer.
sometimes, we set traits on weights objects. But, when we do that for `WSP` objects, the assignments are often not supported. Specifically, I'm thinking of the `.transform` attribute: ```{python} >>>...