
:orphan:

.. _sphx_glr_auto_examples_over-sampling_sg_execution_times:


Computation times
=================
**01:52.447** total execution time for 3 files **from auto_examples/over-sampling**:

.. 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="https://cdn.datatables.net/1.13.6/css/dataTables.bootstrap5.min.css" rel="stylesheet" />
    </style>
    <script src="https://code.jquery.com/jquery-3.7.0.js"></script>
    <script src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js"></script>
    <script src="https://cdn.datatables.net/1.13.6/js/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_over-sampling_plot_comparison_over_sampling.py` (``plot_comparison_over_sampling.py``)
     - 00:58.304
     - 445.1
   * - :ref:`sphx_glr_auto_examples_over-sampling_plot_shrinkage_effect.py` (``plot_shrinkage_effect.py``)
     - 00:47.870
     - 288.3
   * - :ref:`sphx_glr_auto_examples_over-sampling_plot_illustration_generation_sample.py` (``plot_illustration_generation_sample.py``)
     - 00:06.273
     - 286.0
