something else
This commit is contained in:
parent
4ec927988e
commit
6edab5ee62
|
@ -9,7 +9,7 @@ The csv file *classification_labelled_corrected.csv* contains 1497 labeled news
|
||||||
* **Support Vector Machines Classifier (SVM):**
|
* **Support Vector Machines Classifier (SVM):**
|
||||||
F1 score: 0.8944166649330559
|
F1 score: 0.8944166649330559
|
||||||
Best parameters set found on development set:
|
Best parameters set found on development set:
|
||||||
{'SVC__C': 0.1, 'SVC__gamma': 0.01, 'SVC__kernel': 'linear', 'perc__percentile': 50}
|
{'SVC\__C': 0.1, 'SVC\__gamma': 0.01, 'SVC\__kernel': 'linear', 'perc\__percentile': 50}
|
||||||
|
|
||||||
* **Naive Bayes Classifier**:
|
* **Naive Bayes Classifier**:
|
||||||
F1 score: 0.8324014738144634 (average)
|
F1 score: 0.8324014738144634 (average)
|
||||||
|
@ -34,7 +34,7 @@ scikit_learn==0.19.2
|
||||||
The scripts can be called separately.
|
The scripts can be called separately.
|
||||||
You need to enter a valid personal key for *webhose.io* before you call *Requester.py*.
|
You need to enter a valid personal key for *webhose.io* before you call *Requester.py*.
|
||||||
To run *NER.py* you need to change the path to the JAVAHOME environment variable in *find_companies* method.
|
To run *NER.py* you need to change the path to the JAVAHOME environment variable in *find_companies* method.
|
||||||
---
|
|
||||||
|
|
||||||
**Author:** Anne Lorenz / Datavard AG
|
**Author:** Anne Lorenz / Datavard AG
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue