Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example "ordination" in readme.md doesn't works #552

Open
jgardona opened this issue Mar 8, 2024 · 0 comments
Open

Example "ordination" in readme.md doesn't works #552

jgardona opened this issue Mar 8, 2024 · 0 comments

Comments

@jgardona
Copy link

jgardona commented Mar 8, 2024

Example "ordination" in readme.md doesn't works. I think MultivariateStats, and julia.base has broken changes.

using MultivariateStats, RDatasets, StatsPlots

iris = dataset("datasets", "iris")
X = convert(Matrix, iris[:, 1:4])
M = fit(MDS, X'; maxoutdim=2)

plot(M, group=iris.Species)
julia> M = fit(MDS, x'; maxoutdim=2)
ERROR: UndefKeywordError: keyword argument `distances` not assigned
Stacktrace:
 [1] top-level scope
   @ REPL[8]:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant