-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
91 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
Data | ||
==== | ||
""" | ||
|
||
from collections import Counter | ||
|
||
import matplotlib.pyplot as plt | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
algorithm. | ||
""" | ||
|
||
|
||
import matplotlib.pyplot as plt | ||
import numpy | ||
import numpy.random as rnd | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,6 @@ | |
------------------------------- | ||
""" | ||
|
||
|
||
import numpy | ||
import pandas | ||
import matplotlib.pyplot as plt | ||
|
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,85 @@ | ||
|
||
:orphan: | ||
|
||
.. _sphx_glr_sg_execution_times: | ||
|
||
|
||
Computation times | ||
================= | ||
**00:00.000** 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="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_plot_constraint_kmeans.py` (``examples/plot_constraint_kmeans.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_decision_tree_logreg.py` (``examples/plot_decision_tree_logreg.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_digitize.py` (``examples/plot_digitize.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_kmeans_l1.py` (``examples/plot_kmeans_l1.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_leave_neighbors.py` (``examples/plot_leave_neighbors.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_logistic_regression_clustering.py` (``examples/plot_logistic_regression_clustering.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_piecewise_classification.py` (``examples/plot_piecewise_classification.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_piecewise_linear_regression.py` (``examples/plot_piecewise_linear_regression.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_piecewise_linear_regression_criterion.py` (``examples/plot_piecewise_linear_regression_criterion.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_predictable_tsne.py` (``examples/plot_predictable_tsne.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_quantile_mlpregression.py` (``examples/plot_quantile_mlpregression.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_quantile_regression.py` (``examples/plot_quantile_regression.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_regression_confidence_interval.py` (``examples/plot_regression_confidence_interval.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_search_images_torch.py` (``examples/plot_search_images_torch.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_sklearn_transformed_target.py` (``examples/plot_sklearn_transformed_target.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_traceable_ngrams_tfidf.py` (``examples/plot_traceable_ngrams_tfidf.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_visualize_pipeline.py` (``examples/plot_visualize_pipeline.py``) | ||
- 00:00.000 | ||
- 0.0 |
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