Rachael Sexton

Results 16 issues of Rachael Sexton

## Expected Behavior It would be nice if [some of the features](https://radimrehurek.com/gensim/models/phrases.html) of the `gensim.models.Phrases()` tool could get implemented into the `doc.to_terms_list()` method, or even elsewhere (expecially in the `textacy.preprocess.preprocess_text()`...

enhancement
help wanted

Occasionally it is desirable to add edges to an edge table that e.g. was created from a graph partition. The user should be able to do this using the efficient...

Initial structure and outline, with lead up to inference. Currently shows some kind of broadcasting error.

WIP
Tutorials/Examples

Following #548 discussion, and while we wait for discrete latent variables, it would be nice to have a Gumbel-Softmax categorical approximation as featured in Pyro. Didn't realize this was the...

enhancement

running snap jabrefv5.5: ``` JabRef 5.5--2022-01-17--27a05c7 Linux 5.13.0-30-generic amd64 Java 16.0.2 JavaFX 17.0.1+1 ``` Trying to get the jabfox extension to work, already followed the instructions (for both snap and...

type:bug
env:snap
status:depends-on-external

Hi there! Running into a number of division warnings throughout the layout algorithm code, and thought I might offer up a few solutions for consideration - I've used a "safe-divide"...

enhancement

Running into a pretty consistent "diamond" bound on my node layouts for some reason. I've tried playing with many layout settings, but so far it only changes the sizes _within_...

enhancement

So, disclaimer, this is primarily for _framework_ or _library_ devs (*cough*). Say, for the sake of argument, that I don't want to define a concrete validator type. Instead, I want...

Would be nice to be able to use valid typehints that beartype understands via a _declarative syntax_, such that ```python Numpy2DFloatArray = Annotated[np.ndarray, Is[lambda array: # from readme array.ndim ==...

So there I was, happily humming a tune while beartype slays the typing demons of type-tetris' past... and, suddenly: ```python import beartype.door.TypeHint as th import beartype.typing as bt E_ID =...