Test Accuracy: 0.6751532296086752

Test P_R_F score: (0.6747655621777588, 0.6596827171898889, 0.659841471683541, None)

Classificaton Report of LSTM:
               precision    recall  f1-score   support

         dep       0.68      0.80      0.73      1179
     non-dep       0.67      0.52      0.59       942

    accuracy                           0.68      2121
   macro avg       0.67      0.66      0.66      2121
weighted avg       0.67      0.68      0.67      2121

Confusion matrix of LSTM:
 [[941 238]
 [451 491]]

