Matt Richards
Matt Richards
The docstring on the ```feature_importance``` method of ```FeatureImportance``` presents the following example: ``` >>> from skater.model import InMemoryModel >>> from skater.core.explanations import Interpretation >>> from sklearn.ensemble import RandomForestClassifier >>> rf...
**Describe the bug** (I'm not exactly sure if this is better placed as a bug, enhancement or question, it's kind of a mix) I think this is easiest explained by...
I've been looking at following up the active geometry column changes and looking at the removal of `__getitem__`. In updating the error messages in #2329 I've noticed that introduces another...
[Still in progress] Looking into reducing the number of warnings in the pytest output. This resolves the PytestRemovedIn8Warning issued from using [pytest.warns(None)](https://docs.pytest.org/en/7.0.x/reference/reference.html#pytest.warns). - My understanding is that geopandas was using...
Closes #1587 This is a first pass at implementing zipping the output of `to_file`. Thus far I've opted to do this based on file extension rather than an argument to...
As part of the discussion here https://github.com/geopandas/geopandas/pull/2296#discussion_r813642273 there is a question about what is sensible behaviour for the propagation of the active geometry column and crs. Currently in 0.10.2 we...
geopandas.testing.py still contains `_isna` util to catch the GeoSeries warning that was removed in #2349. should be able to clean this up.
--- **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) detailing how to provide the necessary information for us to reproduce your bug. #### Code Sample, a copy-pastable example ```python In [1]: gdf =...
Another case of geometry column not being tracked. Haven't yet checked on master / my pr (example is 0.10.2) but my hunch is this is resolved partially or fully in...
I'm just opening in this issue to make aware of a slightly pathological edge case in how datetimes are read, which I discovered trying to resolve https://github.com/geopandas/geopandas/issues/2502. ```python df =...