We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3576f commit 7b43592Copy full SHA for 7b43592
inst/tutorials/C01Lb_lda/C01Lb_lda.Rmd
@@ -35,7 +35,7 @@ bio_learn <- bio[ learning, ]
35
#bio_learn <- slice(bio, learning)
36
37
## Creation d'un modèle lda
38
-bio_lda <- mlLda(formula = gender ~ ., data = bio_test)
+bio_lda <- mlLda(formula = gender ~ ., data = bio_learn)
39
40
## Confusion
41
bio_conf <- confusion(predict(bio_lda, bio_test), bio_test$gender)
0 commit comments