Katie Wetstone

Results 10 issues of Katie Wetstone

#### LGBTQ+ example(s) From Chi Hack Night talk: https://chihacknight.org/events/2019/06/25/soren-spicknall.html Dangers include allowing for targeting/discrimination, outing people in places where they aren't out, etc. Possible examples to use: - How Police...

example
good first issue

### Not ready to merge into master The currently functionality is basic and geared towards what is needed to run a full pipeline based on the megadetector output. Before adding...

For densepose, there are multiple different default values specified for the model cache directory between the CLI and the python package - In [`cli.py`](https://github.com/drivendataorg/zamba/blob/cdfbdedd8587afaaa93d376f63fd5f81f8cad8bd/zamba/cli.py#L423), says env variable `ZAMBA_CACHE_DIR`. It doesn't...

enhancement
good first issue

closes [#317](https://github.com/drivendata/cookiecutter-data-science/issues/317) Add GitHub actions to publish on release **Do not merge** - [#315](https://github.com/drivendata/cookiecutter-data-science/issues/315) is needed first. After transfer, the repo should automatically have access to the PyPI secrets needed...

closes #144 Adds `dirs_exist_ok` argument to `CloudPath.copytree` The original issue suggests adding the `dirs_exist_ok` functionality through `mkdir`. Using `mkdir` on `S3Path` doesn't actually create a directory, since we can't make...

Fixes a small typo in the docs with instructions for importing the `ModelManager` class. From: ```python from zamba.models.manager import ModelManager ``` To: ```python from zamba.models.model_manager import ModelManager ```

Start consolidating positive examples of organizations managing ethical risks well, in addition to examples of pitfalls, to eventually add to the website. Add ideas for positive examples in the issue...

example
good first issue

Right now we have test assets for `evaluate_data.csv`, `train_data.csv`, and `predict_data.csv`. See if we can consolidate into fewer. Eg. We may be able to have a longer file (~20 rows)...

tests

Rather than hitting planetary computer APIs in the tests, mock the results from the API our tests do not fail as a result of something API-related (eg. too many hits,...

tests

Some sample / item combinations raise a `rioxarray.exceptions.NoDataInBounds` error. In some cases, this happens even when the bounding box used is within the bounds of the imagery - [ ]...

enhancement