0xisk / Linux-Assistant

Linux Assistant will facilitate Linux utilities to you, and allows you controlling it.
0 stars 0 forks source link

Implementing KNN Model #13

Open 0xisk opened 5 years ago

0xisk commented 5 years ago

Implementing KNN model for testing it's performance in our dataset.

AhmedWagdy972018 commented 5 years ago

The KNN model was added successfully with accuracy of: 74%

Please note that

1) the input/output was transformed into a numerical form to fit the model. 2) The K value is equal to 5 3) important: I didn't remove any stop words

@mahmoudtalaatfares please review the code at model/knnModel.py don't forget to use the fully integrated dataset which located at input/dataset/dataset.csv