Skip to content

Commit f761722

Browse files
author
Guillaume Lemaitre
committed
Add the bibtex key
1 parent 13d59a9 commit f761722

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,20 @@ The different algorithms are presented in the following notebook_.
132132

133133
This is a work in progress. Any comments, suggestions or corrections are welcome.
134134

135+
If you use imbalanced-learn in a scientific publication, we would appreciate
136+
citations to the following paper::
137+
138+
@article{lemaitre2016imbalanced,
139+
author = {Guillaume Lema\^{i}tre and
140+
Fernando Nogueira and
141+
Christos K. Aridas},
142+
title = {Imbalanced-learn: A Python Toolbox to Tackle the Curse of Imbalanced Datasets in Machine Learning},
143+
journal = {CoRR},
144+
volume = {abs/1609.06570},
145+
year = {2016},
146+
url = {http://arxiv.org/abs/1609.06570}
147+
}
148+
135149
References:
136150
-----------
137151

doc/about.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,15 @@ Citing imbalanced-learn
99
-----------------------
1010

1111
If you use imbalanced-learn in a scientific publication, we would appreciate
12-
citations to the following paper:
12+
citations to the following paper::
1313

14+
@article{lemaitre2016imbalanced,
15+
author = {Guillaume Lema\^{i}tre and
16+
Fernando Nogueira and
17+
Christos K. Aridas},
18+
title = {Imbalanced-learn: A Python Toolbox to Tackle the Curse of Imbalanced Datasets in Machine Learning},
19+
journal = {CoRR},
20+
volume = {abs/1609.06570},
21+
year = {2016},
22+
url = {http://arxiv.org/abs/1609.06570}
23+
}

0 commit comments

Comments
 (0)