We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From this build: https://ci.appveyor.com/project/TommyJones/tidylda/builds/31746411
"incorrect number of probabilities"
Error originates in tidylda:::recover_counts_from_probs
tidylda:::recover_counts_from_probs
The text was updated successfully, but these errors were encountered:
Since this function is called during all three of tidylda, refit.tidylda, and predict.tidylda, it can, at random, break the whole deal.
tidylda
refit.tidylda
predict.tidylda
Yay.
Sorry, something went wrong.
Huzzah! A new error from this function
Error in sample.int(length(x), size, replace, prob) : cannot take a sample larger than the population when 'replace = FALSE'
Code that mad it is below. Didn't set random seed, no guarantee of reproducibility.
tcm <- textmineR::CreateTcm( doc_vec = textmineR::nih_sample$ABSTRACT_TEXT,skipgram_window = 10 ) emb1 <- tidylda( dtm = tcm, k = 100, iterations = 200, burnin = 175, beta = colSums(skee) / sum(skee) * 100, clac_r2 = TRUE)
Also this build https://travis-ci.com/github/TommyJones/tidylda/builds/156386620
95% sure that this fixed it
72310a3
No branches or pull requests
From this build: https://ci.appveyor.com/project/TommyJones/tidylda/builds/31746411
"incorrect number of probabilities"
Error originates in
tidylda:::recover_counts_from_probs
The text was updated successfully, but these errors were encountered: