# practice on the version control and reproducing the experiments

Rules:

1. Keep the random seed unchanged (15213)
2. For the data, use Python scripts instead of the cells from the jupyter-notebook to generate data.
3. Never delete those Python scripts even though the data was deleted.
4. The input from the Python scripts is the raw DICOM files from /raid/Data.
5. Try not to use dependent functions from other files. If I have to use it, use it from the master branch.
6. Be cautious to run operations or modify the functions in the master branch.
7. Do push the code and backup the data generation scripts for each experiment.
8. For each function, write the dependency functions on the comments, so that if I have to modify some functions from the master branch, the second thing I must do is to run the unit test and check if the dependent functions are working properly.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lwang010.gitbook.io/longw/mlops/chap-5.-lessons-learnt-from-paper-reproduction-1/takeaway/practice-on-the-version-control-and-reproducing-the-experiments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
