-
Blocked by #30
## Motivation
We want to reproduce the term relevance exploration feature in LDAvis.
## Deliverable
- [x] Whenever we click on a circle in the topic distance panel on the l…
-
## Motivation
This will get us closer to reimplementing LDAvis
## Deliverable
This issue does not include updating the term ranking panel whenever we click a topic circle. For now it's enough…
-
Issue observed on VM "GeneralizedComputeVM-Ubuntu1804Base-201812061312" (IP address at time of test: 137.117.199.166)
Snippet of cloud-init log from just before error (taken from [full cloud-init l…
-
After running the run_20newsgroups.py I got model.ckpt, .meta, and .index files in logdir_yymmdd_nnnn. So I tried loading the model by:
`````
from lda2vec import utils, model
'import numpy as np
…
-
# Motivation
It will be easier to decide on immediate next steps if we have a clear idea of what is necessary and what is optional.
# Deliverable
Explicitly stated main use case.
A minimal set o…
-
1. Sample documents of the topics need to be showed
2. set.seed() need to be set before LDA
-
I've been working on this code base for quite a while, but I have still yet to see a working example. I've played with calculating the loss function differently, all sorts of hyperparameters, and diff…
-
I'm trying to use `globe=True` on a 2D map, and it doesn't seem to wrap the data correctly.
Here's a sample netCDF being used: http://s000.tinyupload.com/index.php?file_id=09194045931802153007 (I k…
-
Everything for serving the visualization is here: https://drive.google.com/open?id=1pb5PGPLNNquWZXnSqLh24WEzzbN436Ne
To host locally, I've used:
```bash
python -m SimpleHTTPServer 8000
```
An…
-
Using the `LogNorm` colormap argument in, e.g., `pcolormesh` doesn't work correctly in `proplot`.
Data link: http://s000.tinyupload.com/index.php?file_id=02946064711977690771
**With matplotlib**…