Skip to content

Commit fbd92ff

Browse files
wdevazelhesbellet
authored andcommitted
[MRG] Export notebook to gallery (#180)
* Export notebook to gallery * Fix the figure number in order to get the image printed in the logo of the example * wip replace dataset by faces * Finalize notebook * change dataset for make_classification * Add comments on the properties of the algorithms * Address #180 (review) * Address #180 (review) * a few updates and minor corrections
1 parent 187b59e commit fbd92ff

6 files changed

+498
-708
lines changed

doc/introduction.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _intro_metric_learning:
2+
13
========================
24
What is Metric Learning?
35
========================
@@ -77,6 +79,8 @@ necessarily the identity of indiscernibles.
7779
parameterizations are equivalent. In practice, an algorithm may thus solve
7880
the metric learning problem with respect to either :math:`M` or :math:`L`.
7981

82+
.. _use_cases:
83+
8084
Use-cases
8185
=========
8286

doc/metric_learn.constraints.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
metric_learn.constraints module
2+
===============================
3+
4+
.. automodule:: metric_learn.constraints
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

doc/metric_learn.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Module Contents
66

77
.. toctree::
88

9+
metric_learn.constraints
910
metric_learn.base_metric
1011
metric_learn.itml
1112
metric_learn.lfda

doc/weakly_supervised.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ through the argument `preprocessor`.
118118
paths in the filesystem, name of records in a database etc...) See section
119119
:ref:`preprocessor_section` for more details on how to use the preprocessor.
120120

121+
.. _sklearn_compat_ws:
121122

122123
Scikit-learn compatibility
123124
==========================

examples/metric_plotting.ipynb

Lines changed: 0 additions & 708 deletions
This file was deleted.

0 commit comments

Comments
 (0)