File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ conda create -n $CONDA_ENV_NAME --yes --quiet python=3
92
92
source activate $CONDA_ENV_NAME
93
93
94
94
conda install --yes pip numpy scipy scikit-learn pillow matplotlib sphinx \
95
- sphinx_rtd_theme numpydoc pandas keras
95
+ sphinx_rtd_theme numpydoc pandas keras nose
96
96
pip install -U git+https://github.com/sphinx-gallery/sphinx-gallery.git
97
97
98
98
# Build and install imbalanced-learn in dev mode
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This is the full API documentation of the `imbalanced-learn` toolbox.
18
18
Prototype generation
19
19
--------------------
20
20
21
- .. automodule :: imblearn.under_sampling.prototype_generation
21
+ .. automodule :: imblearn.under_sampling._prototype_generation
22
22
:no-members:
23
23
:no-inherited-members:
24
24
@@ -33,7 +33,7 @@ Prototype generation
33
33
Prototype selection
34
34
-------------------
35
35
36
- .. automodule :: imblearn.under_sampling.prototype_selection
36
+ .. automodule :: imblearn.under_sampling._prototype_selection
37
37
:no-members:
38
38
:no-inherited-members:
39
39
@@ -131,11 +131,11 @@ Prototype selection
131
131
.. autosummary ::
132
132
:toctree: generated/
133
133
:template: function.rst
134
-
134
+
135
135
keras.balanced_batch_generator
136
136
137
137
.. _tensorflow_ref :
138
-
138
+
139
139
:mod: `imblearn.tensorflow `: Batch generator for TensorFlow
140
140
==========================================================
141
141
You can’t perform that action at this time.
0 commit comments