Jonne Sälevä

Results 5 issues of Jonne Sälevä

I've successfully used `submitit` to submit jobs to our SLURM cluster, and overall the library works great. However I'm often faced with a situation where I need to work locally...

This PR fixes the computation of `X_minus_mu` for the Mahalanobis distance, as described in #470 . In addition, I also fixed two typos where "Mahalanobis" was misspelled as "Mahalonobis".

It seems that on [Line 91](https://github.com/huggingface/evaluate/blob/af3c30561d840b83e54fc5f7150ea58046d6af69/metrics/mahalanobis/mahalanobis.py#L91) in `mahalanobis.py` the quantity `X_minus_mu` seems to be computed incorrectly. Based on [Wikipedia](https://en.wikipedia.org/wiki/Mahalanobis_distance), both `x` and `mu` should be vectors: ![image](https://github.com/huggingface/evaluate/assets/10352674/f20bf967-b311-4ae7-9279-981def488ca2) however using `np.mean(...)`...

hi there, i love the way `classicthesis` looks and would love to use it with pandoc – so glad i found your repo! however, i noticed that the makefile includes...

Right now, using `-` in place of an output file fails, at least when using it with `seqscore count`. Starting with just `references.bio`: ``` > ls -a . .. references.bio...

enhancement