Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. My suggestion:
  2. 1. Shuffle the whole data set.
  3. 2. Divide into training and test data.
  4. 3. Apply SMOTE on training data.
  5. 4. Follow other steps of Model training, without manipulating the data at this stage.
  6. 5. Evaluate model on the actual test data.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement