Nathaniel Saul

Results 17 issues of Nathaniel Saul

Currently, it is possible to load markdown slides from a separate file like ``` var slideshow = remark.create({ sourceUrl: 'slides.md' }); ``` It would be nice to accommodate a list...

feature
pr-sent

First off, thank you for this great tool! I've been using pep8speaks and it's automatic pull requests in all my projects. Most recently, I've been working on a PR for...

bug

When running the `StepFunctionFargate`, I get an error that ``` CannotStartContainerError: Error response from daemon: failed to initialize logging driver: failed to create Cloudwatch log stream: ResourceNotFoundException: The specified log...

It would be nice to have clear guides for how to build, test, and PR each package. These instructions could include: - How to install from source, - how to...

I'd like to spend some time designing the organizational structure of this project. Currently, each subproject exposes the defined methods on their own, and `sktda` simply imports all of them....

Each of the major projects could benefit from an increase in the code coverage. Granted, this is not a great metric to track, getting them all to a baseline would...

Each project has a set of example scripts, it looks like Sphinx-gallery makes displaying rendering these examples look very nice.

Currently, the color palette is hardcoded in visuals.py: https://github.com/MLWave/kepler-mapper/blob/0dfa7f736bd4218e8996888785b9d2adc63d5344/kmapper/visuals.py#L8-L15 and again in kmapper.js https://github.com/MLWave/kepler-mapper/blob/0dfa7f736bd4218e8996888785b9d2adc63d5344/kmapper/static/kmapper.js#L25-L32 I'd like to see this - [ ] duplication fixed and - [ ] allow the...

help wanted
good first issue

We'd like all idioms used in KeplerMapper to fit seamless with the scikit-learn API. What needs to be changed? Below are some things that have been brought up before and...

While encouraged to be a valid json object, the secrets manager doesn't actually enforce that the secrets are json. This PR first tries to decode the json, and if it...