Skip to content

Commit 9578b0a

Browse files
author
Guillaume Lemaitre
committed
Add the bibtex key
1 parent ac3977e commit 9578b0a

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
@@ -128,6 +128,20 @@ The different algorithms are presented in the following notebook_.
128128

129129
This is a work in progress. Any comments, suggestions or corrections are welcome.
130130

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

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)