Skip to content

Commit

Permalink
Compiled LDA results on droplet data set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Jul 17, 2024
1 parent 6101590 commit 6f28e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ output/nips/lda-nips.RData
output/newsgroups/fits-newsgroups.RData
output/newsgroups/lda-newsgroups.RData
output/droplet/fits-droplet.RData
output/droplet/lda-droplet.RData
output/pbmc68k/fits-pbmc68k.RData
output/nips/rds/prefit-nips-k=*.rds
output/nips/rds/fit-nips-*.rds
Expand Down
4 changes: 2 additions & 2 deletions scripts/compile_lda_runs.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ library(topicmodels)

# Combine results from all files of the form lda-*.rds in this
# directory.
outdir <- "../output/droplet/rds"
rdafile <- "droplet-newsgroups.RData"
outdir <- "../output/newsgroups/rds"
rdafile <- "lda-newsgroups.RData"

# List all the RDS files containing the model fits.
files <- Sys.glob(file.path(outdir,"lda-*.rds"))
Expand Down

0 comments on commit 6f28e45

Please sign in to comment.