Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xihajun/data-science-toolbox-kate-syd-jun
- Owner: xihajun
- Created: 2019-01-31T23:33:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T00:07:47.000Z (almost 6 years ago)
- Last Synced: 2025-01-02T16:36:32.195Z (26 days ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 36.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)