Skip to content

Commit

Permalink
Merge pull request #39 from lukemartinlogan/main
Browse files Browse the repository at this point in the history
Explain better the repeat case
  • Loading branch information
lukemartinlogan authored Jan 26, 2025
2 parents bc922ab + fe7839d commit a8fb3a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/05-jarvis/02-jarvis-cd/06-pipeline-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ for window_size, df_size in mm_kmeans_df_window_size, mm_kmeans_df_df_size:
# repeat:
The number of times each experiment should be conducted. This is for
reproducability.
The number of times each experiment should be conducted. For example,
this can be used to calculate the average across experiment runs to
get a better understanding of variability and noise in your study.
# output
Expand All @@ -94,7 +95,7 @@ By default, the output of this is going to be a dataset with each variable as a
To get more columns, pkgs can define a custom ``_get_stat()`` function. This is more
for developers than users: Below is an example of a custom stat for the YCSB benchmark,
which analyzes the output of YCSB for its throughput and total runtime.
```
```python
class Ycsb:
def _get_stat(self, stat_dict):
"""
Expand Down

0 comments on commit a8fb3a4

Please sign in to comment.