Skip to content

Commit

Permalink
MNT make sure references is discoverd last for bibtex generation
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Nov 1, 2020
1 parent 68309a9 commit 9043fd2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
17 changes: 9 additions & 8 deletions doc/bibtex/refs.bib
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
@inproceedings{mani2003knn,
title={kNN approach to unbalanced data distributions: a case study involving information extraction},
author={Mani, Inderjeet and Zhang, I},
booktitle={Proceedings of workshop on learning from imbalanced datasets},
volume={126},
year={2003}
}


@article{batista2004study,
title={A study of the behavior of several methods for balancing machine learning training data},
author={Batista, Gustavo EAPA and Prati, Ronaldo C and Monard, Maria Carolina},
Expand Down Expand Up @@ -126,14 +135,6 @@ @article{last2017oversampling
year={2017}
}

@inproceedings{mani2003knn,
title={kNN approach to unbalanced data distributions: a case study involving information extraction},
author={Mani, Inderjeet and Zhang, I},
booktitle={Proceedings of workshop on learning from imbalanced datasets},
volume={126},
year={2003}
}

@article{tomek1976two,
title={Two modifications of CNN},
author={Tomek, Ivan},
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

# General information about the project.
project = 'imbalanced-learn'
copyright = '2016 - 2017, G. Lemaitre, F. Nogueira, D. Oliveira, C. Aridas'
copyright = '2014-2020, The imbalanced-learn developers'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion doc/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The output will be of the following type:

* ``data_resampled``: array-like (2-D list, pandas.Dataframe, numpy.array) or
sparse matrices;
* ``targets_resampled``: 1-D numpy.array or pd.Series.
* ``targets_resampled``: 1-D numpy.array or pd.Series.

.. topic:: Sparse input

Expand Down
5 changes: 4 additions & 1 deletion doc/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
User Guide
==========

.. Ensure that the references will be alphabetically collected last
.. Check https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/113
.. toctree::
:numbered:

Expand All @@ -18,4 +21,4 @@ User Guide
metrics.rst
Dataset loading utilities <datasets/index.rst>
developers_utils.rst
references.rst
zzz_references.rst
File renamed without changes.

0 comments on commit 9043fd2

Please sign in to comment.