79620526

Date: 2025-05-13 23:09:08
Score: 2.5
Natty:
Report link

I don't think so. shuffle=True is used to shuffle the order of samples in the training set so the model won't overfit on specific sample orders. But if you have time series data, shuffle=True will mess with the training because the model actually needs to learn the order in this case.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alex