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