33 lines
800 B
Markdown
33 lines
800 B
Markdown
# Files and what they contain
|
|
|
|
# HTML export for those who don't have a data science stack + python installed
|
|
[last_attempt.html](./last_attempt.html)
|
|
|
|
## 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_no_outlier.csv](./new_repr_no_outlier.csv) has the data from no_repr but with outliers removed with the modified z score test
|
|
|
|
# Notebooks
|
|
|
|
## Last_attempt
|
|
Last attempt has our last attempt at plotting, plus some random stuff at the end
|
|
|
|
|
|
|
|
|