8 lines
449 B
Plaintext
8 lines
449 B
Plaintext
---
|
|
description: Guidelines for ensuring reproducibility and proper version control in chemistry machine learning projects.
|
|
globs: .git/**/*
|
|
---
|
|
- Use version control (Git) for both code and datasets.
|
|
- Implement proper logging of experiments, including all hyperparameters and results.
|
|
- Use tools like MLflow or Weights & Biases for experiment tracking.
|
|
- Ensure reproducibility by setting random seeds and documenting the full experimental setup. |