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
9292source activate $CONDA_ENV_NAME
9393
9494conda 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
9696pip install -U git+https://github.com/sphinx-gallery/sphinx-gallery.git
9797
9898# 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.
1818Prototype generation
1919--------------------
2020
21- .. automodule :: imblearn.under_sampling.prototype_generation
21+ .. automodule :: imblearn.under_sampling._prototype_generation
2222 :no-members:
2323 :no-inherited-members:
2424
@@ -33,7 +33,7 @@ Prototype generation
3333Prototype selection
3434-------------------
3535
36- .. automodule :: imblearn.under_sampling.prototype_selection
36+ .. automodule :: imblearn.under_sampling._prototype_selection
3737 :no-members:
3838 :no-inherited-members:
3939
@@ -131,11 +131,11 @@ Prototype selection
131131.. autosummary ::
132132 :toctree: generated/
133133 :template: function.rst
134-
134+
135135 keras.balanced_batch_generator
136136
137137.. _tensorflow_ref :
138-
138+
139139:mod: `imblearn.tensorflow `: Batch generator for TensorFlow
140140==========================================================
141141
You can’t perform that action at this time.
0 commit comments