.gitignore
LICENSE
MANIFEST.in
Makefile
README.rst
codecov.yml
pyproject.toml
roadmap.md
setup.cfg
setup.py
.circleci/artifact_path
.circleci/config.yml
.github/pull_request_template.md
.github/workflows/expose_link.yml
.github/workflows/linting.yml
.github/workflows/release.yml
.github/workflows/test.yml
benchopt/__init__.py
benchopt/__main__.py
benchopt/base.py
benchopt/benchmark.py
benchopt/callback.py
benchopt/config.py
benchopt/constants.py
benchopt/runner.py
benchopt/stopping_criterion.py
benchopt/version.py
benchopt.egg-info/PKG-INFO
benchopt.egg-info/SOURCES.txt
benchopt.egg-info/dependency_links.txt
benchopt.egg-info/entry_points.txt
benchopt.egg-info/requires.txt
benchopt.egg-info/top_level.txt
benchopt/cli/__init__.py
benchopt/cli/completion.py
benchopt/cli/helpers.py
benchopt/cli/main.py
benchopt/cli/process_results.py
benchopt/cli/tests/completion_cases.py
benchopt/cli/tests/test_cli.py
benchopt/cli/tests/test_helpers.py
benchopt/datasets/__init__.py
benchopt/datasets/simulated.py
benchopt/datasets/tests/test_dataset_simulated.py
benchopt/helpers/__init__.py
benchopt/helpers/julia.py
benchopt/helpers/r_lang.py
benchopt/helpers/requires_gpu.py
benchopt/helpers/shell.py
benchopt/helpers/tests/test_language_helpers.py
benchopt/plotting/__init__.py
benchopt/plotting/generate_html.py
benchopt/plotting/helpers.py
benchopt/plotting/helpers_compat.py
benchopt/plotting/plot_bar_chart.py
benchopt/plotting/plot_boxplot.py
benchopt/plotting/plot_objective_curve.py
benchopt/plotting/html/static/arrow_left.svg
benchopt/plotting/html/static/benchmark.js
benchopt/plotting/html/static/download.svg
benchopt/plotting/html/static/home.svg
benchopt/plotting/html/static/hover_index.css
benchopt/plotting/html/static/main.css
benchopt/plotting/html/static/result.js
benchopt/plotting/html/static/symbols.js
benchopt/plotting/html/static/utilities.css
benchopt/plotting/html/templates/benchmark.mako.html
benchopt/plotting/html/templates/index.mako.html
benchopt/plotting/html/templates/result.mako.html
benchopt/tests/__init__.py
benchopt/tests/fixtures.py
benchopt/tests/test_benchmark_features.py
benchopt/tests/test_benchmarks.py
benchopt/tests/test_config.py
benchopt/tests/test_deprecation.py
benchopt/tests/test_install.py
benchopt/tests/test_module.py
benchopt/tests/test_objective_outputs.py
benchopt/tests/test_run_config_files.py
benchopt/tests/test_runner.py
benchopt/tests/test_solvers.py
benchopt/tests/test_stopping_criterion.py
benchopt/tests/utils/__init__.py
benchopt/tests/utils/capture_cmd_output.py
benchopt/tests/utils/patch_benchmark.py
benchopt/utils/__init__.py
benchopt/utils/checkers.py
benchopt/utils/class_property.py
benchopt/utils/conda_env_cmd.py
benchopt/utils/dependencies_mixin.py
benchopt/utils/dynamic_modules.py
benchopt/utils/files.py
benchopt/utils/github.py
benchopt/utils/misc.py
benchopt/utils/parametrized_name_mixin.py
benchopt/utils/parquet.py
benchopt/utils/pdb_helpers.py
benchopt/utils/profiling.py
benchopt/utils/safe_import.py
benchopt/utils/shell_cmd.py
benchopt/utils/slurm_executor.py
benchopt/utils/suppress_std.py
benchopt/utils/sys_info.py
benchopt/utils/temp_benchmark.py
benchopt/utils/terminal_output.py
benchopt/utils/tests/test_conda_env_cmd.py
benchopt/utils/tests/test_dynamic_module.py
benchopt/utils/tests/test_parquet.py
benchopt/utils/tests/test_safe_import.py
benchopt/utils/tests/test_slurm_executor.py
continuous_integration/build_doc.sh
continuous_integration/install_coverage_subprocess_pth.py
continuous_integration/test_req_detection.sh
continuous_integration/test_script.sh
continuous_integration/test_script_windows.bat
doc/Makefile
doc/available_benchmarks.rst
doc/conf.py
doc/contrib.rst
doc/faq.rst
doc/get_started.rst
doc/index.rst
doc/names.inc
doc/whats_new.rst
doc/_static/annotated_benchmark_dashboard.png
doc/_static/barchart.png
doc/_static/boxplot.png
doc/_static/github_benchopt_token.png
doc/_static/logo_benchopt.png
doc/_static/results-get-started-lasso.png
doc/_static/style.css
doc/_templates/search.html
doc/_templates/autosummary/class.rst
doc/_templates/autosummary/function.rst
doc/benchmark_workflow/config_benchopt.rst
doc/benchmark_workflow/index.rst
doc/benchmark_workflow/install_benchmark.rst
doc/benchmark_workflow/manage_benchmark_results.rst
doc/benchmark_workflow/run_benchmark.rst
doc/benchmark_workflow/visualize_benchmark.rst
doc/benchmark_workflow/write_benchmark.rst
doc/sphinxext/gh_substitutions.py
doc/tutorials/add_solver.rst
doc/tutorials/build_benchmark.rst
doc/tutorials/index.rst
doc/tutorials/images/console_ridge.png
doc/tutorials/images/console_template.png
doc/tutorials/images/screenshot_mytemplate_ridgeloss.png
doc/user_guide/API_ref.rst
doc/user_guide/CLI_ref.rst
doc/user_guide/advanced.rst
doc/user_guide/index.rst
doc/user_guide/ml_benchmark.rst
doc/user_guide/performance_curves.rst
doc/user_guide/tweak_datasets.rst
examples/README.txt
examples/plot_run_benchmark.py
examples/plot_run_benchmark_python_R.py
examples/minimal_benchmark/objective.py
examples/minimal_benchmark/datasets/simulated.py
examples/minimal_benchmark/solvers/gd.py