1 min readApr 25, 2019
Hi Susan,
Thanks a lot for the post. I only have one question. In the section Logistic Regression Model Fitting we separate the dataset to train dataset and test dataset. However the the dataset that we separate is already separated and oversampled. in the section over-sampling using SMOTE. Should we we use train_test_split 2 times and if yes in which data set should we use SMOTE?