Sebastian Raschka

Results 821 comments of Sebastian Raschka

> Are you open to a PR for this? Yes, I am open to it. I think I already addressed that via #606 though, but you are welcome to take...

just catching up with notifications: Made a 0.17.1 version ~2 weeks back that should have that fix :).

I agree that this can be helpful, especially for large sets of classifiers. I think having an optional way for naming them would be nice.

Thanks a lot! Btw. is there a way you can add some unit tests to make sure the results are as intended? Maybe comparing it with an equivalent implementation in...

Oh I am sorry, I may have overlooked the unit test file before. Sorry, it's been a hectic week due to teaching. Will go over it more carefully soon :)

Coming back to this, the context of this function is to compute the sample size for normal approximation intervals / hypothesis tests based on normal approximations? Just asking because we...

I remember working on n_jobs but it seems that the online version on GitHub doesn't have multiprocessing support currently. Weird. Looks like n_jobs is not doing anything right now.

Sorry, I somehow missed to follow up on this. For some reason, I can't find the code for this and wonder if I really wrote MP code for apriori at...

Thanks for considering this! I think we need to be a bit careful with making the parallelization efficient due to the "bottom-up subset exploration" approach that apriori takes. I.e., in...

Hm, I don't think that passing `X` should be a big concern. I am honestly a bit fuzzy on that, but I think it would be passed as a reference,...