all data
This commit is contained in:
parent
3336fea3e5
commit
607cd2e1dd
File diff suppressed because one or more lines are too long
402
.ipynb_checkpoints/ignore_random_ops-checkpoint.ipynb
Normal file
402
.ipynb_checkpoints/ignore_random_ops-checkpoint.ipynb
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1187
.ipynb_checkpoints/regression lines with R-checkpoint.ipynb
Normal file
1187
.ipynb_checkpoints/regression lines with R-checkpoint.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
402
ignore_random_ops.ipynb
Normal file
402
ignore_random_ops.ipynb
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
7440
new_repr.csv
7440
new_repr.csv
File diff suppressed because it is too large
Load Diff
122338
new_repr_no_outlier.csv
Normal file
122338
new_repr_no_outlier.csv
Normal file
File diff suppressed because it is too large
Load Diff
28
readme.md
Normal file
28
readme.md
Normal file
@ -0,0 +1,28 @@
|
||||
# Files and what they contain
|
||||
|
||||
## results.csv
|
||||
|
||||
[Results.csv](./results.csv) has the raw data as outputed by the benchmark code
|
||||
|
||||
## sorted.csv
|
||||
|
||||
[Sorted.csv](./sorted.csv) has the data as outputed by the benchmark code, but sorted by test type and map
|
||||
|
||||
## new_repr.csv
|
||||
|
||||
[New_repr.csv](./new_repr.csv) has the raw data, but transformed from
|
||||
`test, map, 50k, ...., 50M`
|
||||
to
|
||||
`test, map, size, time`
|
||||
|
||||
## new_repr_no_outlier.csv
|
||||
|
||||
[New_repr.csv](./new_repr_no_outlier.csv) has the data from no_repr but with outliers removed with the modified z score test
|
||||
|
||||
# Notebooks
|
||||
|
||||
## Better_plotting
|
||||
better plotting is an incomplete and now broken notebook where we attempted to plot on the raw results
|
||||
|
||||
## Last_attempt
|
||||
Last attempt has our last attempt at plotting, plus some random stuff at the end
|
1187
regression lines with R.ipynb
Normal file
1187
regression lines with R.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user