Júlio César de Brito Gardona

Results 5 issues of Júlio César de Brito Gardona

**win10 x64 msys2 ucrt64** When passing --release, cargo-bloat fails to find the executable: ``` $ cargo bloat --release -n 10 Compiling example v0.1.0 (C:\Users\jgardona\Workspace\rust\example) Finished release [optimized] target(s) in 6.74s...

Hello, good evening. The LDA comparison with PCA in docs are plotting LDA flipped in Y and X axis. This happens with this example https://juliastats.org/MultivariateStats.jl/stable/lda/ ```julia iris = dataset("datasets", "iris")...

Enhance documentation with more examples on procedure macros, showing api usage.

Example "ordination" in readme.md doesn't works. I think MultivariateStats, and julia.base has broken changes. ```julia using MultivariateStats, RDatasets, StatsPlots iris = dataset("datasets", "iris") X = convert(Matrix, iris[:, 1:4]) M =...

### Description Docs is very poor, and what I understood about the cli is it only works with sql. Looked polars sql documentation but there are few contents also. Cant...

enhancement