Skip to main content

Section A.8 Randomness & Evaluation

  • [ ] Have I set a seed using set.seed() whenever randomness is involved?
  • [ ] Are train/test splits reproducible and documented?
  • [ ] Have I clearly stated evaluation choices (split ratio, thresholds)?
  • [ ] Would someone re-running my code obtain the same results?