Mark Wronkiewicz

Results 6 issues of Mark Wronkiewicz

In some places we force the dtype to be uint8 (i.e., integer on interval [0-255]). See [package.py](https://github.com/developmentseed/label-maker/blob/75edaec255cc45190e6ad690e240fb215541b4a7/label_maker/package.py#L83) for an example. In some situations, we might want to package tifs or...

enhancement

`label-maker` has grown a lot in terms of options and examples, and all the new content has made it difficult to parse the README. We should move the docs and...

## Overview I'm having issues specifying the features to include/exclude when visualizing stats in TFDV. It seems like the `allowlist_features` and `denylist_features` require a `tensorflow_data_validation.types.FeaturePath` object, which took a bit...

stat:awaiting tensorflower
type:bug

For some HCP subjects (~1/2 of the 20 I'm testing), `hcp.preprocessing.apply_ref_correction` seems to be introducing significant changes in the across-sensor average PSD. This came up when trying to classifying resting...

In the `plot_reproduce_erf.py` tutorial, there's a [line](https://github.com/mne-tools/mne-hcp/blob/master/tutorials/plot_reproduce_erf.py#L118) where the events are sorted as follows: `events = np.sort(events, 0)` Is this intended? It seems like this would break the relationship between...