Malte Kuehl
Malte Kuehl
I second this feature request. `feature_importances_` is a very basic and commonly used feature of the sklearn RandomForestClassifier class and something that is best implemented at the library level as...
Thanks for the comment, @emmahodcroft! With this issue I just wanted to check if there's interest in this or if anyone's already working on it. I originally took a look...
> If you're trying to get `pg` working — it's worth experimenting with `@opennextjs/cloudflare`, which lets you use a much wider set of Node.js APIs, which DB drivers like `pg`...
Experience something similar with an nginx reverse proxy, in that case the followin solved it: ``` proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; # Change...
Hi @joe-jhou2, author of `pyclustree` here. Thanks for highlighting some of the differences in feature sets between the implementations. Whether one is “more” feature-rich than the other really depends on...
From the `pyclustree` side, we would definitely be open to that! For some context, `pyclustree` is part of a broader effort we're working on, but we decided to release this...
@Zethson @grst based on the tests I ran locally, this version should now pass. However, there seems to be a docs issue unrelated to my code changes (see other recent...
@grst good idea to push this upstream. The reason I had to recreate the `compare_groups` function was that I wanted to explicitly expose the `seed`, `test` and `n_permutations` parameters, as...
@Zethson what would you suggest naming wise? The docs mention a `pertpy.tools.PermutationTest` but this does not actually seem to be implemented in the code, hence I went with this name....
@Zethson from my side all of your comments are addressed but waiting on the comments from @grst. Hadnt checked back because I'm on holiday but can make any necessary changes...