Take this example: ``` a = DataFrame(a =["a","b","c"], b=[1,2,3]) b = ["a","a","b"] Xover, yover = random_oversample(a, b) ``` This fails because ` ScientificTypes.schema(X).scitypes` fails, but the algorithms emploied doesn't really care about scientific types.