1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
:orphan:
.. _sphx_glr_sg_execution_times:
Computation times
=================
**11:49.608** total execution time for 17 files **from all galleries**:
.. container::
.. raw:: html
<style scoped>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet" />
<link href="/usr/share/javascript/jquery-datatables/css/dataTables.bootstrap5.min.css" rel="stylesheet" />
</style>
<script src="https://code.jquery.com/jquery-3.7.0.js"></script>
<script src="/usr/share/javascript/jquery-datatables/jquery.dataTables.min.js"></script>
<script src="/usr/share/javascript/jquery-datatables/dataTables.bootstrap5.min.js"></script>
<script type="text/javascript" class="init">
$(document).ready( function () {
$('table.sg-datatable').DataTable({order: [[1, 'desc']]});
} );
</script>
.. list-table::
:header-rows: 1
:class: table table-striped sg-datatable
* - Example
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_strategy-comparison.py` (``..\examples\strategy-comparison.py``)
- 03:07.876
- 0.0
* - :ref:`sphx_glr_auto_examples_hyperparameter-optimization.py` (``..\examples\hyperparameter-optimization.py``)
- 02:21.302
- 0.0
* - :ref:`sphx_glr_auto_examples_sklearn-gridsearchcv-replacement.py` (``..\examples\sklearn-gridsearchcv-replacement.py``)
- 01:33.880
- 0.0
* - :ref:`sphx_glr_auto_examples_sampler_sampling_comparison.py` (``..\examples\sampler\sampling_comparison.py``)
- 01:20.489
- 0.0
* - :ref:`sphx_glr_auto_examples_plots_visualizing-results.py` (``..\examples\plots\visualizing-results.py``)
- 01:18.777
- 0.0
* - :ref:`sphx_glr_auto_examples_exploration-vs-exploitation.py` (``..\examples\exploration-vs-exploitation.py``)
- 00:46.614
- 0.0
* - :ref:`sphx_glr_auto_examples_parallel-optimization.py` (``..\examples\parallel-optimization.py``)
- 00:17.513
- 0.0
* - :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot.py` (``..\examples\plots\partial-dependence-plot.py``)
- 00:14.903
- 0.0
* - :ref:`sphx_glr_auto_examples_optimizer-with-different-base-estimator.py` (``..\examples\optimizer-with-different-base-estimator.py``)
- 00:13.506
- 0.0
* - :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot-with-categorical.py` (``..\examples\plots\partial-dependence-plot-with-categorical.py``)
- 00:08.190
- 0.0
* - :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot-2D.py` (``..\examples\plots\partial-dependence-plot-2D.py``)
- 00:07.000
- 0.0
* - :ref:`sphx_glr_auto_examples_sampler_initial-sampling-method.py` (``..\examples\sampler\initial-sampling-method.py``)
- 00:05.517
- 0.0
* - :ref:`sphx_glr_auto_examples_sampler_initial-sampling-method-integer.py` (``..\examples\sampler\initial-sampling-method-integer.py``)
- 00:05.355
- 0.0
* - :ref:`sphx_glr_auto_examples_bayesian-optimization.py` (``..\examples\bayesian-optimization.py``)
- 00:03.907
- 0.0
* - :ref:`sphx_glr_auto_examples_interruptible-optimization.py` (``..\examples\interruptible-optimization.py``)
- 00:01.988
- 0.0
* - :ref:`sphx_glr_auto_examples_store-and-load-results.py` (``..\examples\store-and-load-results.py``)
- 00:01.543
- 0.0
* - :ref:`sphx_glr_auto_examples_ask-and-tell.py` (``..\examples\ask-and-tell.py``)
- 00:01.249
- 0.0
|