I have 2 datasets train and test:
print(f"""{type(X_train)} {X_train.shape}""") print(f"""{type(Y_train)} {Y_train.sh