Estimator: DummyClassifier
Strategy: one_vs_rest
Oversample: False

Internal Cross Validation (GridSearch)
Best parameters: {}
Best estimator: Pipeline(steps=[('clf',
                 OneVsRestClassifier(estimator=DummyClassifier(strategy='most_frequent')))])
External Cross Validation (cross_val_score)
F1 weighted scores (averages): 
0.0019268118069169361
