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 @@ -132,6 +132,20 @@ The different algorithms are presented in the following notebook_.
132
132
133
133
This is a work in progress. Any comments, suggestions or corrections are welcome.
134
134
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
+
135
149
References:
136
150
-----------
137
151
Original file line number Diff line number Diff line change @@ -9,5 +9,15 @@ Citing imbalanced-learn
9
9
-----------------------
10
10
11
11
If you use imbalanced-learn in a scientific publication, we would appreciate
12
- citations to the following paper:
12
+ citations to the following paper::
13
13
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