Paxton Fitzpatrick

Results 19 issues of Paxton Fitzpatrick

Currently, if you want to repeatedly transform text samples with `hypertools.tools.format_data()` using the same parameters, the function re-fits both the vectorizer and text model on each call. This ends up...

enhancement
wish list

because of this line in draw.py: https://github.com/ContextLab/hypertools/blob/cca175300b401e0dedcc9bc6614910c86691a624/hypertools/plot/draw.py#L10 looks like this is the last little change that was missed when fixing #210/#243. Doesn't have a huge impact as it only makes...

Hi, and thanks for maintaining such a fantastic package! I removed most of the issue template since I think this is a pretty straightforward bug and not related to my...

bug

I'd love to write a script that could be integrated into Davos as a CLI entrypoint, and provide a tool that people could use to "davos-enhance" a notebook automatically. The...

enhancement

This would be really useful feature for temporarily setting config options while smuggling certain packages, and ensuring that they're reset afterward. There are even a couple use cases for it...

enhancement

Something that could be worth adding is an option (disabled by default) to treat a Davos project more like a "complete" virtual environment -- i.e., include & provide all required...

enhancement

[`--dry-run`](https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-dry-run) was added in [pip v22.2](https://pip.pypa.io/en/stable/news/#v22-2). Since the purpose of smuggling a package is to load it for immediate use, onion comments cannot contain `pip install` arguments that would cause...

documentation

requires implementing: - [ ] parser object analogous to the pip parser in `davos/parsers.py` - [ ] `Davos` method for conda installation (placeholder currently exists) - [x] initial check for...

enhancement

I was originally thinking implementing smuggling via conda would work similar to how it does for `pip`, where we could simply replace the `conda` executable that'd normally be looked up...

enhancement