Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xihajun/data-science-toolbox-kate-syd-jun

Learning topics modelling
https://github.com/xihajun/data-science-toolbox-kate-syd-jun

Last synced: 4 days ago
JSON representation

Learning topics modelling

Awesome Lists containing this project

README

        

# data-science-toolbox-kate-syd-jun
Learning topics modelling model

## Report
Our final code can be find in [./report/Project.ipynb](https://github.com/xihajun/data-science-toolbox-kate-syd-jun/blob/master/report/Project.ipynb)

# Install requirements

All the requirements are in requirements.txt file, you can either use `pip install -r requirements.txt` to get the package installed or do some set up things as follows:

## Set up

If you have Jupyter in your requirements.txt and you activate that environment (I recommend Virtualenv), install, and run Jupyter, you'll have all the specific versions you want. So:

python3 -m venv venv
source venv/bin/activate #(different command on Windows)
pip install -r requirements.txt
jupyter notebook
## Requirement
pip install -r requirements.txt
## Reading list:
[Password Security: A Case History](http://delivery.acm.org/10.1145/360000/359172/p594-morris.pdf?ip=137.222.114.241&id=359172&acc=ACTIVE%20SERVICE&key=BF07A2EE685417C5%2E3DCFD3605FE4B4CE%2E4D4702B0C3E38B35%2E4D4702B0C3E38B35&__acm__=1549147297_4a90ed95414cd577e286d1df6a19f3bb)