Scott Fleming

Results 10 issues of Scott Fleming

Curious if there are any plans to update the pandas content to use Pandas v1.0.0?

The following example returns `wc = -3.1354` but according to the [specs](https://github.com/OverLordGoldDragon/ssqueezepy/blob/master/ssqueezepy/wavelets.py#L633) it should be nonnegative, unless I'm misunderstanding something. ```python from ssqueezepy import wavelets, Wavelet wavelet = Wavelet(("morlet", {"mu":14.0}))...

bug

I'm getting a "This site can't be reached" error when I try to visit http://elementsofprogramminginterviews.com/solutions/. Anyone else? I bought the book with the expectation of having access to online resources......

# Thank you for contributing an eval! ♥️ 🚨 Please make sure your PR follows these guidelines, __failure to follow the guidelines below will result in the PR being closed...

There are a few network packages/methods out there that require a [LEDA-formatted](http://www.algorithmic-solutions.info/leda_guide/graphs/leda_native_graph_fileformat.html) file as input (for example, [Graphlet-based network comparison distances](http://www0.cs.ucl.ac.uk/staff/N.Przulj/GCD/index.html)). It's obviously not impossible to code up yourself a...

### Python version Python 3.11.6 (main, Oct 8 2023, 05:06:43) [GCC 13.2.0] ### Operating system and processor architecture Linux-6.6.16-linuxkit-aarch64-with-glibc2.38 ### Installed packages ```python snowflake-connector-python==3.5.0 ``` ### What did you do?...

status-triage

**Is your feature request related to a problem? Please describe.** Anything that relies on [aggregate_over_dataset](https://github.com/som-shahlab/femr/blob/0df7121b85da0d5b6a4724e820992a4e20e2f592/src/femr/hf_utils.py#L10) assumes that what is passed in as `dataset` is a huggingface `Dataset` object rather than...

documentation

**Is your feature request related to a problem? Please describe.** The current tutorial materials only show how to use labeling functions for binary labels. The link in the tutorial points...

**Is your feature request related to a problem? Please describe.** The current FEMR Ontology support [tutorial](https://github.com/som-shahlab/femr/blob/main/tutorials/1_Ontology.ipynb) starts by providing a link to ATHENA to download ontologies and then states that...

Suppose I have a few potential section headers like "Admission Date" and "Discharge Date" which are all part of the `visit_information` category. Is there an intended "best path" for aggregating/collapsing...