
Test Accuracy: 0.6836397925506836

Test P_R_F score: (0.6795046943982702, 0.6752119090452342, 0.6762709323715419, None)

Confusion Matrix:

Classificaton Report of LSTM:
               precision    recall  f1-score   support

         dep       0.70      0.75      0.73      1179
     non-dep       0.66      0.60      0.63       942

    accuracy                           0.68      2121
   macro avg       0.68      0.68      0.68      2121
weighted avg       0.68      0.68      0.68      2121

Confusion matrix of LSTM:
 [[885 294]
 [377 565]]

