592fddc35a | ||
---|---|---|
.. | ||
lists | ||
README.md | ||
environment.yml | ||
ggplot_utils.py | ||
jestr_plds.png | ||
top-site-list-comparison.ipynb |
README.md
List comparison analysis
This dir contains an analysis comparing various well-known top site lists.
The lists provided in the lists
dir are the original ones used in
the analysis, pulled in July 2019, as well as the Trexa list generated from
these.
More details and source links are given in the notebook.
To run the notebook, make sure you have Miniconda and Jupyter installed locally.
Create the conda environment and start Jupyter:
$ conda env create -f environment.yml
$ conda activate listcomp
$ jupyter notebook