Spencer Mitchell

Results 8 comments of Spencer Mitchell

I'm also getting a really weird result for two proteins with >90% identity (see sequences.txt for fasta). Each protein has multiple copies of slightly varied chains and I think it...

Bumping this as it would be nice to pass categorical features to tpot. Tpot includes OneHotEncoder in its default estimator set for regressions, but it's only usable for integers as...

Just ran into this myself. The problem is one of your config options is repeated, creating a duplicate. Config options are iterated over, creating terminals for each option so the...

Windows support will probably require a different implementation since `os.kill` does not have the same functionality seen in Python for Linux.

This package uses signals to initiate the socket connection that allows pdb to interact with the client. Unfortunately signals on Windows don't work the same as on POSIX, so for...

I know this is a looong dormant issue, but I've run into issues making an interactive legend when supplying `legend_group` to a glyph. Instead of hiding markers for a specific...

I'm using the most recent version of firefly and it's still an issue. I fully acknowledge I'm using an outdated version of Debian though (v10 and stable is v12) and...

Hi @matt-bernstein, thanks for reaching out. Yes I agree supporting ipdb would be ideal. I need to further investigate before guaranteeing its inclusion though.