File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,20 @@ The different algorithms are presented in the following notebook_.
128128
129129This 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+
131145References:
132146-----------
133147
Original file line number Diff line number Diff line change @@ -9,5 +9,15 @@ Citing imbalanced-learn
99-----------------------
1010
1111If 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+ }
You can’t perform that action at this time.
0 commit comments