I\'m currently running GridSearchCV to find the best hyperparameters for f1 scores.
from sklearn.metrics import f1_score, make_scorer f1 = make_scorer(f1_score,