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_.
128
128
129
129
This is a work in progress. Any comments, suggestions or corrections are welcome.
130
130
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
+
131
145
References:
132
146
-----------
133
147
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