Skip to content

Commit

Permalink
Updated sanity checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
primaryobjects committed Jul 26, 2016
1 parent bd351e3 commit 31dea0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound.R
Expand Up @@ -406,7 +406,7 @@ predictStacked <- predict(genderStacked, newdata=combo)
table(predictStacked, train$label)

# trans <- processFolder('sanity')
# trans$label <- c(2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 2)
# trans$label <- c(2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 2)
# trans$label <- factor(trans$label, labels=c('male', 'female'))
#
# tpred <- predict(genderTunedForest, newdata=trans)
Expand Down

0 comments on commit 31dea0e

Please sign in to comment.