Skip to content

Commit a833fac

Browse files
author
Guillaume Lemaitre
committed
Update doc
1 parent 3497ccf commit a833fac

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/api.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,20 @@ Pipeline
100100
:no-members:
101101
:no-inherited-members:
102102

103+
Classes
104+
-------
103105
.. currentmodule:: unbalanced_dataset
104106

105107
.. autosummary::
106108
:toctree: generated/
107109

108110
pipeline.Pipeline
111+
112+
Functions
113+
---------
114+
.. currentmodule:: unbalanced_dataset
115+
116+
.. autosummary::
117+
:toctree: generated/
118+
109119
pipeline.make_pipeline

examples/under-sampling/plot_repeated_edited_nearest_neighbours.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
=========================
2+
==================================
33
Repeated Edited nearest-neighbours
4-
=========================
4+
==================================
55
66
An illustration of the repeated edited nearest-neighbours method.
77

0 commit comments

Comments
 (0)