Create a function named classification_report which takes two inputs y_true and y_pred and returns accuracy, recall, precision and F1-score
- classification_report(y_true, y_pred)
- Create the above function for both the premise and stance classification notebooks
Create a function named classification_report which takes two inputs y_true and y_pred and returns accuracy, recall, precision and F1-score