Eric Ma

Results 426 comments of Eric Ma

> As for layout choices, it might make sense to replace the rotate_labels(Bool) function with label_layout(None/String) with string options 'rotate' and 'numbers'. Something along those lines? Yes, this definitely make...

@dridk thanks for raising this. This one sounds like a find-and-replace type of API fix. If this is urgent, would you be open to putting in a PR? (I'm also...

hmmm, I might not have cut a release, then. Thanks for the catch and digging in. This one's a patch - the PyPI version will go out within the next...

FYI, 0.6.2 was just released to PyPI. It's also 6:20 am here, so I'm going to be off this issue tracker while at work.

Would you be kind enough to try out the latest conda-forge or PyPI release?

Some notes from talking with Oriol: The entire block of deterministics can be moved out of the model context.We'll probably want to explain why we're using point estimates. --- View...

Possibly a transpose. (Just leaving a note from calling Oriol.) --- View entire conversation on ReviewNB

@drbenvincent I think a transpose is what we can do. For an array that is of shape (2, 2, 4000), I think a transpose using np.transpose(cov, axes=(2, 0, 1)) should...

I think the spelling of transform is incorrect. Should be transform_data. --- View entire conversation on ReviewNB

@philippjfr yes, it has been an issue for a while, and I'm not quite sure how to solve it. Thanks for pinging back, btw. :)