Closed JulianWgs closed 4 years ago
There is still work in progress like writing tests, but I wanted to give you a chance to look at the implementation beforehand. Also I want to remark that this approach doesn't only work for regressions but also classification, etc. So I think functions like bayesian_bootstrap_regression should be renamed. Do you have anything in mind?
Several things:
__init__.py
to directly import things from a module. (bayesian_bootstrapping.mean instead of bayesian_bootstrapping.bootstrapping.mean)Sorry, my availability is a little limited right now with...well, you probably know, things are a little crazy everywhere right now. Thanks for your contribution, and for writing the tests - I'll review all the code once more to see where I can improve the naming, and will take your suggestion. I'll also package up a new release and get it on conda one of these days.
Thank you again!
Thank you!
Be safe! Right now there are more important things in life than a Github project. If I can help you in any way, just reach out. I wish you all the best.
Take care :)
This uses the sample_weights keywords of the
fit
function to make an bayesian bootstrap. This is more accurate and more performant than doing a resampling approach.close #8