Jake Vanderplas

Results 506 comments of Jake Vanderplas

Thanks! If you know how to fix this, I'll accept a PR!

what version of IPython do you have installed? i.e. ``` >>> import IPython >>> IPython.__version__ 2.0.0 ```

GMM has an internal parameter ``random_state`` that can be used to make the results reproducible. I didn't do this in the video, but you can set it to a particular...

No idea. That's really strange.

What if you set the color, like `plt.plot(x, y, 'ob')`?

Thanks @jscargle – yes, the sentence about the Jaynes paper is a bit misleading. We'll correct that. I'd thought briefly about the Bayesian point-of-view for the multiband method, but I...

Jeff – thanks for all the comments! I really appreciate your close read of the paper and taking the time to discuss. A couple responses: --- I think you're right...

I can't say I fully understand the change, and part of that is due to the fact that I haven't thought about this algorithm in a year and a half....

THanks – that makes sense. Would it be possible to add a unit test to explicitly check that this fix is working?