requirements
This commit is contained in:
parent
cfd028d642
commit
677c8db8d0
16
README.md
16
README.md
|
@ -1,13 +1,21 @@
|
|||
# thesis-anne
|
||||
my python classes for text mining, machine learning models, …
|
||||
# Anne's Bachelor Thesis
|
||||
|
||||
My python classes for text mining, machine learning models, …
|
||||
|
||||
## Requirements
|
||||
|
||||
# Requirements
|
||||
pandas==0.20.1
|
||||
|
||||
nltk==3.2.5
|
||||
|
||||
webhoseio==0.5
|
||||
|
||||
numpy==1.14.0
|
||||
|
||||
graphviz==0.9
|
||||
|
||||
scikit_learn==0.19.2
|
||||
|
||||
# Installation under (UBUNTU?)
|
||||
## Installation under (UBUNTU?)
|
||||
|
||||
apt-get install XX
|
||||
|
|
Loading…
Reference in New Issue