Skip to content

Commit db1ae19

Browse files
committed
split questions in FAQ, partially fixing #1
1 parent ab9e2ae commit db1ae19

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed
+1-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
---
22
layout: post
3-
title: What is expected exactly in terms of reproducibility? And for long-running code?
3+
title: What is expected exactly in terms of reproducibility?
44
date: 2023-04-24 00:00:00
55
tags: reproducibility
66
description: Discuss the different kinds of reproducibility at play in Computo, and what is expected from the authors.
77
---
88

9-
## What kind of reproducibility
10-
119
Computo is not just about publishing a notebook and proving that it can be compiled with CI! This part of the process is what we call _"Editorial Reproducibility"_. _"Scientific"_ or _"numerical"_ reproducibility of the analyses is also mandatory, on top of classical peer-review evaluation.
1210

1311
We don't ask people reproducing their data... yet! We also don't ask for bit-wise reproducibility but at least statistical reproducibility.
14-
15-
## Long-running code
16-
17-
If your analyses, model tuning or training phase take a prohibitively long time to compile and integrate, you can include the results of the trained methods in the form of a binary file. However, you must provide the code enabling the user to fully reproduce the training phase, and illustrate your code in a small, toy-sized example.
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: post
3+
title: My data analysis takes several hours/days/weeks... How to address the issue of reproducibility?
4+
date: 2023-06-21 00:00:00
5+
tags: reproducibility
6+
description: Discuss the reproducibility for long-running code
7+
---
8+
9+
If your analyses, model tuning or training phase take a prohibitively long time to compile and integrate, you can include the results of the trained methods in the form of a binary file. However, you must provide the code enabling the user to fully reproduce the training phase, and illustrate your code in a small, toy-sized example.

0 commit comments

Comments
 (0)