-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/robin-janssen/CODES-Benchmark
- Loading branch information
Showing
224 changed files
with
25,833 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Minimal makefile for Sphinx documentation | ||
# | ||
|
||
# You can set these variables from the command line, and also | ||
# from the environment for the first two. | ||
SPHINXOPTS ?= | ||
SPHINXBUILD ?= sphinx-build | ||
SOURCEDIR = source | ||
BUILDDIR = build | ||
|
||
# Put it first so that "make" without argument is like "make help". | ||
help: | ||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
||
.PHONY: help Makefile | ||
|
||
# Catch-all target: route all unknown targets to Sphinx using the new | ||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | ||
%: Makefile | ||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 7303878f072328508a731aec95c1900e | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+35.7 KB
docs/_build/html/.doctrees/docs/source/codes.benchmark.bench_fcts.doctree
Binary file not shown.
Binary file added
BIN
+45.9 KB
docs/_build/html/.doctrees/docs/source/codes.benchmark.bench_plots.doctree
Binary file not shown.
Binary file added
BIN
+29.7 KB
docs/_build/html/.doctrees/docs/source/codes.benchmark.bench_utils.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.27 KB
docs/_build/html/.doctrees/docs/source/codes.surrogates.surrogate_classes.doctree
Binary file not shown.
Binary file added
BIN
+5.26 KB
docs/_build/html/.doctrees/docs/source/codes.surrogates.surrogates.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+11.2 KB
docs/_build/html/.doctrees/docs/source/codes.train.train_fcts.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
codes.benchmark package | ||
======================= | ||
|
||
Submodules | ||
---------- | ||
|
||
codes.benchmark.bench\_fcts module | ||
---------------------------------- | ||
|
||
.. automodule:: codes.benchmark.bench_fcts | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
codes.benchmark.bench\_plots module | ||
----------------------------------- | ||
|
||
.. automodule:: codes.benchmark.bench_plots | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
codes.benchmark.bench\_utils module | ||
----------------------------------- | ||
|
||
.. automodule:: codes.benchmark.bench_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: codes.benchmark | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
codes package | ||
============= | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
codes.benchmark | ||
codes.surrogates | ||
codes.train | ||
codes.utils | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: codes | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
codes.surrogates package | ||
======================== | ||
|
||
Submodules | ||
---------- | ||
|
||
codes.surrogates.surrogate\_classes module | ||
------------------------------------------ | ||
|
||
.. automodule:: codes.surrogates.surrogate_classes | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
codes.surrogates.surrogates module | ||
---------------------------------- | ||
|
||
.. automodule:: codes.surrogates.surrogates | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: codes.surrogates | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
codes.train package | ||
=================== | ||
|
||
Submodules | ||
---------- | ||
|
||
codes.train.train\_fcts module | ||
------------------------------ | ||
|
||
.. automodule:: codes.train.train_fcts | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: codes.train | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
codes.utils package | ||
=================== | ||
|
||
Submodules | ||
---------- | ||
|
||
codes.utils.data\_utils module | ||
------------------------------ | ||
|
||
.. automodule:: codes.utils.data_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
codes.utils.utils module | ||
------------------------ | ||
|
||
.. automodule:: codes.utils.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: codes.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
33 changes: 33 additions & 0 deletions
33
docs/_build/html/_sources/docs/source/codes.benchmark.bench_fcts.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
codes.benchmark.bench\_fcts | ||
=========================== | ||
|
||
.. automodule:: codes.benchmark.bench_fcts | ||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
compare_MAE | ||
compare_UQ | ||
compare_batchsize | ||
compare_dynamic_accuracy | ||
compare_extrapolation | ||
compare_inference_time | ||
compare_interpolation | ||
compare_main_losses | ||
compare_models | ||
compare_relative_errors | ||
compare_sparse | ||
evaluate_UQ | ||
evaluate_accuracy | ||
evaluate_batchsize | ||
evaluate_compute | ||
evaluate_dynamic_accuracy | ||
evaluate_extrapolation | ||
evaluate_interpolation | ||
evaluate_sparse | ||
run_benchmark | ||
tabular_comparison | ||
time_inference | ||
|
38 changes: 38 additions & 0 deletions
38
docs/_build/html/_sources/docs/source/codes.benchmark.bench_plots.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
codes.benchmark.bench\_plots | ||
============================ | ||
|
||
.. automodule:: codes.benchmark.bench_plots | ||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
get_custom_palette | ||
inference_time_bar_plot | ||
int_ext_sparse | ||
plot_MAE_comparison | ||
plot_MAE_comparison_train_duration | ||
plot_average_errors_over_time | ||
plot_average_uncertainty_over_time | ||
plot_comparative_dynamic_correlation_heatmaps | ||
plot_comparative_error_correlation_heatmaps | ||
plot_dynamic_correlation | ||
plot_dynamic_correlation_heatmap | ||
plot_error_correlation_heatmap | ||
plot_error_distribution_comparative | ||
plot_error_distribution_per_chemical | ||
plot_example_predictions_with_uncertainty | ||
plot_generalization_error_comparison | ||
plot_generalization_errors | ||
plot_loss_comparison | ||
plot_losses | ||
plot_relative_errors | ||
plot_relative_errors_over_time | ||
plot_surr_losses | ||
plot_uncertainty_over_time_comparison | ||
plot_uncertainty_vs_errors | ||
rel_errors_and_uq | ||
save_plot | ||
save_plot_counter | ||
|
29 changes: 29 additions & 0 deletions
29
docs/_build/html/_sources/docs/source/codes.benchmark.bench_utils.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
codes.benchmark.bench\_utils | ||
============================ | ||
|
||
.. automodule:: codes.benchmark.bench_utils | ||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
check_benchmark | ||
check_surrogate | ||
clean_metrics | ||
convert_dict_to_scientific_notation | ||
convert_to_standard_types | ||
count_trainable_parameters | ||
discard_numpy_entries | ||
flatten_dict | ||
format_seconds | ||
format_time | ||
get_model_config | ||
get_required_models_list | ||
get_surrogate | ||
load_model | ||
make_comparison_csv | ||
measure_memory_footprint | ||
read_yaml_config | ||
write_metrics_to_yaml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
codes.benchmark | ||
=============== | ||
|
||
.. automodule:: codes.benchmark | ||
|
||
|
||
.. rubric:: Modules | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:recursive: | ||
|
||
bench_fcts | ||
bench_plots | ||
bench_utils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
codes | ||
===== | ||
|
||
.. automodule:: codes | ||
|
||
|
||
.. rubric:: Modules | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:recursive: | ||
|
||
benchmark | ||
surrogates | ||
train | ||
utils |
14 changes: 14 additions & 0 deletions
14
docs/_build/html/_sources/docs/source/codes.surrogates.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
codes.surrogates | ||
================ | ||
|
||
.. automodule:: codes.surrogates | ||
|
||
|
||
.. rubric:: Modules | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:recursive: | ||
|
||
surrogate_classes | ||
surrogates |
6 changes: 6 additions & 0 deletions
6
docs/_build/html/_sources/docs/source/codes.surrogates.surrogate_classes.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
codes.surrogates.surrogate\_classes | ||
=================================== | ||
|
||
.. currentmodule:: codes.surrogates | ||
|
||
.. autodata:: surrogate_classes |
Oops, something went wrong.