Dani Arribas-Bel
Dani Arribas-Bel
I've given it a bit more thought and fleshed out some ideas in [this notebook](https://gist.github.com/darribas/1be34f836d2b513931123ad833ff446d). There's a quick sketch of how we could go about aligning the `dtypes` of `y`...
Great start! A couple more bits from the discussions we've had: - The idea is to have it as easy as possible to do a full journey to and from...
A quick post to elaborate on the optimization phase, once we have the API ironed out. My suspicion is the main area to improve will be building weights efficiently. Efficiently...
More ideas for the optimisation phase: - [ ] Contiguity-based weights will probably provide a very small set of neighbors for local statistics. To provide a solution for this, `libpysal`...
@MgeeeeK I'd open a separate issue just to fully flesh out the new structure of `WSP` objects and track its implementation for GSoC'20
Agreed, ideally we'd like to offload this kind of operations to a pandas-like library.
```shell (gds) dh073186:~ dani$ conda list | grep fiona fiona 1.7.13 py36hb00a9d7_3 conda-forge (gds) dh073186:~ dani$ ```
In case it helps, this is the whole setup: ```shell (gds) dh073186:~ dani$ conda list # packages in environment at /Users/dani/anaconda/envs/gds: # # Name Version Build Channel affine 2.2.1 py_0...
Yes, I can see how in some cases you want to make sure you don't write different types. It'd be nice to have an option at least that'll let you...
I'd merge and use if time allows