José Manuel de Frutos

Results 8 comments of José Manuel de Frutos

For Vision Datasets, it would be good to add [stacked-mnist](https://paperswithcode.com/dataset/stacked-mnist) which is an mnist dataset with three channels. It is very useful in the field of GANs for analyzing mode...

I understand that if this functionality is being considered to be added, we should also consider extending the `quantile` function analogously. Isn't that so? @KronosTheLate

We will have to think about it, in the meantime, you could use something like: ````` v = randn(10) median(mappedarray(abs, v)) = 0.3167044909082123 ``````

I'll take a look at it and try to upload a PR with the changes.

Viewing the definition of [mean!](https://docs.julialang.org/en/v1/stdlib/Statistics/#Statistics.mean!). The result of the operation `mean!(r, v)` is written in `r`. Therefore it seems logical to me that if you use the same object as...

Thank you very much! If you eventually find a student who wants to work on this, please do not hesitate to contact me. I would be happy to help, and...

@juliohm Done! Sorry for the mess, I accidentally formatted some files.

I have added the documentation and the tests associated with the new StackedMnist dataset. The tests are failing, showing the following error: ``` Error During Test at /home/runner/work/MLDatasets.jl/MLDatasets.jl/test/runtests.jl:47 Got exception...