Re: [scikit-learn] Bootstrapping in sklearn

2018-09-18 Thread eamanu15
Hello! > Any help would certainly be welcome, no matter how slow. I appreciate the > interest. > That sound interest! If you need help, let me know! I would be happy to help Regards! Emmanuel ___ scikit-learn mailing list scikit-learn@python.org htt

Re: [scikit-learn] Bootstrapping in sklearn

2018-09-18 Thread Daniel Saxton
J.B., Any help would certainly be welcome, no matter how slow. I appreciate the interest. Thanks, Daniel On Tue, Sep 18, 2018, 8:47 AM Brown J.B. via scikit-learn < scikit-learn@python.org> wrote: > Resampling is a very important interesting contribution which relates very > closely to my prim

Re: [scikit-learn] Bootstrapping in sklearn

2018-09-18 Thread Brown J.B. via scikit-learn
Resampling is a very important interesting contribution which relates very closely to my primary research in applied ML for chemical development. I'd be very interested in contributing documentation and learning new things along the way, but I potentially would be perceived as slow because of juggl

Re: [scikit-learn] Bootstrapping in sklearn

2018-09-18 Thread Daniel Saxton
Great, I went ahead and contacted Constantine. Documentation was actually the next thing that I wanted to work on, so hopefully he and I can put something together. Thanks for the help. On Tue, Sep 18, 2018 at 2:42 AM Olivier Grisel wrote: > This looks like a very useful project. > > There is

Re: [scikit-learn] Bootstrapping in sklearn

2018-09-18 Thread Olivier Grisel
This looks like a very useful project. There is also scikits-bootstraps [1]. Personally I prefer the flat package namespace of resample (I am not a fan of the 'scikits' namespace package) but I still think it would be great to contact the author to know if he would be interested in joining efforts