Estimator: LinearSVC
Strategy: one_vs_rest
Oversample: False

Internal Cross Validation (GridSearch)
Best parameters: {'clf__estimator__C': 1.5, 'clf__estimator__max_iter': 500, 'clf__estimator__tol': 0.001}
Best estimator: Pipeline(steps=[('clf',
                 OneVsRestClassifier(estimator=LinearSVC(C=1.5, max_iter=500,
                                                         tol=0.001)))])
External Cross Validation (cross_val_score)
F1 weighted scores (averages): 
0.6524117998963724
