my python classes for text mining, machine learning models, …
Go to file
Anne Lorenz a0471f3087 refactoring 2018-10-18 12:11:11 +02:00
stanford-ner-2018-02-27 Update 2018-10-18 10:48:07 +02:00
thesis Update 2018-10-18 10:48:07 +02:00
.gitignore deleted .gitignore 2018-09-14 09:19:12 +02:00
BagOfWords.py Update 2018-10-18 10:48:07 +02:00
CosineSimilarity.py added requirements and some things 2018-09-17 14:47:50 +02:00
CsvHandler.py Update 2018-10-18 10:48:07 +02:00
DecisionTree.py added main method 2018-09-20 10:37:18 +02:00
FilterKeywords.py dict -> defaultdict 2018-10-18 11:16:19 +02:00
NER.py Update 2018-10-18 10:48:07 +02:00
NaiveBayes.py Code Kommentare von Doris 2018-10-18 09:22:51 +02:00
NaiveBayes_simple.py Code Kommentare von Doris 2018-10-18 09:22:51 +02:00
README.md added main method 2018-09-20 10:37:18 +02:00
Requester.py refactoring 2018-10-18 12:11:11 +02:00
SVM.py changed hyperparameters 2018-09-27 09:21:02 +02:00
classification_labelled_corrected.csv added new files 2018-09-07 14:16:47 +02:00

README.md

Anne's Bachelor Thesis

My python classes for text mining, machine learning models, …

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 Windows

pip install XY

Installation under UBUNTU

apt-get install XX