## 3.1 Set constants and train/test split `X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2, stratify=y, random_state=69)` `shuffle=False` should be add.