Szymon Talaga

Results 10 issues of Szymon Talaga

Hi, I think it would be useful to have also an assertion for binary variables (0/1 indicators), since they quite often appear in statistics and data analysis. Possible solution: ```...

It would be perhaps useful to send warnings when for instance entropy is zero, but because the data is short and was decomposed to only one block, as this may...

enhancement
release

As in the title. Should be done in the next non-patch release.

testing
release

As in the title. It should be done in the nearest release (or just as a patch).

patch

As in the title. The documentation is somewhat ambiguous on this, but the example in the corresponding part of the documentation ([here](https://holoviews.org/user_guide/Plotting_with_Matplotlib.html)) suggests that the indexing should work on any...

Dear GYAFC Team, I sent a request to gain access to the GYAFC dataset some time ago (I already obtained access to L6 corpus from Yahoo!). However, I still have...

Hi, perhaps I do not understand something about how `ArrayLayouts` are supposed to work and be used, but it seems that BLAS matrix multiplication (both `default_blasmul!` and `tiled_blasmul!`) is very...

Hi, The problem is as in the title. In short, `isposdef` method for `Eigen` factorization is incorrect. It does not check for hermiticity/symmetricity and only looks at the eigenvalues, which...

bug

## Details AS in the title. Type recipe supposed to return a tuple of vectors (basically for easy scatterplotting of a custom type) does not return the correct value. ```julia...

RecipesBase

I resubmit the bug report from #605 here, as this is probably the proper repo for that. It seems that `LinearAlgebra.issymmetric` returns incorrect values for some sparse matrices. Here is...