Skip to content

Commit 68114dc

Browse files
author
Guillaume Lemaitre
committed
DOC add protoype selection/generation distinction
1 parent 5520d75 commit 68114dc

File tree

1 file changed

+11
-25
lines changed

1 file changed

+11
-25
lines changed

doc/api.rst

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,22 @@ Under-sampling methods
1313
:no-members:
1414
:no-inherited-members:
1515

16-
Classes
17-
-------
1816
.. currentmodule:: imblearn
1917

18+
Prototype generation
19+
--------------------
20+
21+
.. autosummary::
22+
:toctree: generated/
23+
24+
under_sampling.ClusterCentroids
25+
26+
Prototype selection
27+
-------------------
28+
2029
.. autosummary::
2130
:toctree: generated/
2231

23-
under_sampling.ClusterCentroids
2432
under_sampling.CondensedNearestNeighbour
2533
under_sampling.EditedNearestNeighbours
2634
under_sampling.RepeatedEditedNearestNeighbours
@@ -32,7 +40,6 @@ Classes
3240
under_sampling.RandomUnderSampler
3341
under_sampling.TomekLinks
3442

35-
3643
.. _over_sampling_ref:
3744

3845
Over-sampling methods
@@ -42,8 +49,6 @@ Over-sampling methods
4249
:no-members:
4350
:no-inherited-members:
4451

45-
Classes
46-
-------
4752
.. currentmodule:: imblearn
4853

4954
.. autosummary::
@@ -63,8 +68,6 @@ Combination of over- and under-sampling methods
6368
:no-members:
6469
:no-inherited-members:
6570

66-
Classes
67-
-------
6871
.. currentmodule:: imblearn
6972

7073
.. autosummary::
@@ -83,8 +86,6 @@ Ensemble methods
8386
:no-members:
8487
:no-inherited-members:
8588

86-
Classes
87-
-------
8889
.. currentmodule:: imblearn
8990

9091
.. autosummary::
@@ -105,18 +106,10 @@ Pipeline
105106

106107
.. currentmodule:: imblearn
107108

108-
Classes
109-
-------
110109
.. autosummary::
111110
:toctree: generated/
112111

113112
pipeline.Pipeline
114-
115-
Functions
116-
---------
117-
.. autosummary::
118-
:toctree: generated/
119-
120113
pipeline.make_pipeline
121114

122115
.. _metrics_ref:
@@ -130,8 +123,6 @@ Metrics
130123

131124
.. currentmodule:: imblearn
132125

133-
Functions
134-
---------
135126
.. autosummary::
136127
:toctree: generated/
137128

@@ -152,14 +143,11 @@ Datasets
152143

153144
.. currentmodule:: imblearn
154145

155-
Functions
156-
---------
157146
.. autosummary::
158147
:toctree: generated/
159148

160149
datasets.make_imbalance
161150

162-
163151
Utilities
164152
=========
165153

@@ -169,8 +157,6 @@ Utilities
169157

170158
.. currentmodule:: imblearn
171159

172-
Functions
173-
---------
174160
.. autosummary::
175161
:toctree: generated/
176162

0 commit comments

Comments
 (0)