Request for Information: How to Contribute?
Dear SciPy-Dev: I am a new subscriber to this mailing list (I just joined) -- thank you for accepting me! I joined this mailing list, because I was interested in making a small contribution to the project. Specifically, I implemented a bootstrap based estimator with an algorithmically computed optimal number of samples. The benefit is that the developer does not have to guess the number of samples (the algorithm computes it automatically). Since I could not find an existing widely available implementation, I wanted to inquire if I could please submit my implementation. Could you please let me know what the process is for contributing? Thank you very much, and Regards. Sincerely, --Alex Sherstinsky (https://www.linkedin.com/in/alexsherstinsky/)
I wrote the `bootstrap` function recently, so I'd be interested in reviewing your PR. I'd suggest opening an issue about this. New Issue · scipy/scipy (github.com) <https://github.com/scipy/scipy/issues/new/choose> Please mention me (@mdhaber) and I'll take a look. For more information about opening an issue and eventually a PR, please see: Ways to Contribute — SciPy v1.7.0 Manual <https://docs.scipy.org/doc/scipy/dev/hacking.html> Developer Documentation — SciPy v1.7.0 Manual <https://docs.scipy.org/doc/scipy/dev/index.html> Thanks for your help! This would be a cool feature to add. Matt On Tue, Jun 22, 2021 at 3:25 PM Alex Sherstinsky <alex@superconductive.com> wrote:
Dear SciPy-Dev:
I am a new subscriber to this mailing list (I just joined) -- thank you for accepting me!
I joined this mailing list, because I was interested in making a small contribution to the project.
Specifically, I implemented a bootstrap based estimator with an algorithmically computed optimal number of samples. The benefit is that the developer does not have to guess the number of samples (the algorithm computes it automatically). Since I could not find an existing widely available implementation, I wanted to inquire if I could please submit my implementation.
Could you please let me know what the process is for contributing?
Thank you very much, and Regards.
Sincerely, --Alex Sherstinsky (https://www.linkedin.com/in/alexsherstinsky/) _______________________________________________ SciPy-Dev mailing list SciPy-Dev@python.org https://mail.python.org/mailman/listinfo/scipy-dev
-- Matt Haberland Assistant Professor BioResource and Agricultural Engineering 08A-3K, Cal Poly
participants (2)
-
Alex Sherstinsky -
Matt Haberland