ParticularMiner

Results 7 issues of ParticularMiner

Just thought I'd make a note here, since it seems others have also encountered this problem. The following Python snippet failed on my Windows 10 laptop, mysteriously quitting without any...

cc: @jmdelahanty Hi dask-image developers! Normally an end-user may control which reader `pims.open()` uses to load images by simply increasing the `.class_priority` attribute of their preferred `pims` reader prior to...

Hi, Thanks to all dask-developers for your outstanding work! In this PR, I have attempted to apply my rudimentary knowledge of dask to include dask-implementations of `TfidfTransformer` and `TfidfVectorizer` (found...

Hi @Bergvca, This PR addresses @asnorthrup's issue: [see here](https://github.com/Bergvca/string_grouper/issues/69#issuecomment-1134073538). Within this PR, the end-user is now able to: 1. execute multiple separate queries on the same `master` dataset while the...

Hi @Bergvca I think that the optimal matrix block-size, or the maximum number of strings *N*max for the `master` Series (beyond which cache-misses begin to dominate the computation and thus...

Notify: @Bergvca Here I suggest a solution to one user's problem (see https://github.com/Bergvca/string_grouper/pull/43#issuecomment-824591895). It was a bit more difficult to implement than I thought. :) ```python import random import string...

Hi @eriknw Oops! I stretched the infix notation a bit too far by testing the following line, which is an expression one would often encounter when transforming matrix-quantities (like graph...

enhancement
discussion
lowpriority