Thomas Buhrmann

Results 26 comments of Thomas Buhrmann

Hi, I'm trying to use the recursive option with the modified template to create stubs for functions, attributes etc. But, this also includes attributes, functions etc. in the navigation toctree....

Oops, actually using a StanfordNLPLanguage instance will break right now, since the tokenizer doesn't have a pipe() method. I was testing with my own wrapper which replaces a nlp's tokenizer...

Hmm, this seems to be more complicated than I thought. I was thinking that maybe just using some default tokenizer would do the trick to quickly create the match patterns....

Unless I've missed something in the docs, could I add aggregate functions to the wish list? There doesn't seem to be any way to aggregate lists at the moment (such...

Ah, interestingly, if I replace occurrences of np.nan with np.inf, at least they don't affect calculations with unrelated variables, so this may be a work-around. Also, the MI between two...

FWIW, here is the output of `display_snapshot()` for the above code without NaNs, with NaNs and with Infs respectively: ``` bash # No missing data: ************************ SNAPSHOT ************************ Number of...

Hi, same for linux-aarch64 :( Got here because google-cloud-bigquery now seems to depend on this package, and I cannot install it in docker containers on macos because of the missing...

Sorry for the confusion, the problem is not in fact with nullable ints, but _unsigned_ integers hahaha

Same here, cannot install because it conflicts with other libraries that have a pydantic dependency >=1.10.

Hm, I would have to double-check to be sure. But I think when I reported this I was _building_ my package with mambabuild, boa v2 and rattler-build, and then tried...