Skip to content

Instantly share code, notes, and snippets.

@darioappsilon
Created December 20, 2021 08:49
lda_df <- data.frame(
species = iris[, "Species"],
lda = predict(iris_lda)$x
)
lda_df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment