""" from sklearn.model_selection import train_test_split
train_test_split(x, y, test_size =0.25) """ Bom dia, quando rodo esse código ele dá esse erro, e não sei como resolver: ValueError: Found input variables with inconsistent numbers of samples: [4, 99]