Sergio Rey

Results 208 comments of Sergio Rey

Or [sphinx-multiversion](https://holzhaus.github.io/sphinx-multiversion/master/index.html) which seems more recent.

Thanks for reporting this. Would it be possible to get a [mwe](https://en.wikipedia.org/wiki/Minimal_working_example) so we can investigate further?

For building efficient weights to use with rasters, you may want to look at https://gist.github.com/MgeeeeK/15426217eb5f368ca0ff12f66c2b5823 and the API https://pysal.org/libpysal/api.html#weights-tools-to-interface-with-rasters Let us know if this helps or if you are still...

> @sjsrey Sounds like a good plan. Is there an established place/service for external hosting. No. Just a public url with everything in the example in a single zip. I...

New [libpysal](https://pypi.org/project/libpysal/4.2.0/) is cut.

This is because `classi` in ```classi = pooled.col_classifiers[i]``` is an instance of a classifier - in other words, it has already been fit. To see this, try to change the...

I think this is no longer an issue given [the book chapter](https://geographicdata.science/book/notebooks/05_choropleth.html#pooled-classifications)?

Another possibility: ``` class_a = Quantiles(a) class_b = Quantiles(b) vba.plot(class_a, class_b, geoms) ``` where `vba` is an instance of a new class. I think loading up the plot method in...

This might leverage some work in spopt when formulating the lp solutions?

Need to change the link to https://github.com/pysal/segregation/blob/master/notebooks/07_decomposition_example.ipynb