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
|
:orphan:
.. _sphx_glr_auto_examples_plots_sg_execution_times:
Computation times
=================
**01:48.871** total execution time for 4 files **from auto_examples\plots**:
.. 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_plots_visualizing-results.py` (``visualizing-results.py``)
- 01:18.777
- 0.0
* - :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot.py` (``partial-dependence-plot.py``)
- 00:14.903
- 0.0
* - :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot-with-categorical.py` (``partial-dependence-plot-with-categorical.py``)
- 00:08.190
- 0.0
* - :ref:`sphx_glr_auto_examples_plots_partial-dependence-plot-2D.py` (``partial-dependence-plot-2D.py``)
- 00:07.000
- 0.0
|