Spaces:
Runtime error
Runtime error
Updated the citation block on the recall page
Browse files
recall.py
CHANGED
|
@@ -88,7 +88,17 @@ Examples:
|
|
| 88 |
|
| 89 |
|
| 90 |
_CITATION = """
|
| 91 |
-
@article{scikit-learn,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
"""
|
| 93 |
|
| 94 |
|
|
|
|
| 88 |
|
| 89 |
|
| 90 |
_CITATION = """
|
| 91 |
+
@article{scikit-learn,
|
| 92 |
+
title={Scikit-learn: Machine Learning in {P}ython},
|
| 93 |
+
author={Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V.
|
| 94 |
+
and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P.
|
| 95 |
+
and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and
|
| 96 |
+
Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, E.},
|
| 97 |
+
journal={Journal of Machine Learning Research},
|
| 98 |
+
volume={12},
|
| 99 |
+
pages={2825--2830},
|
| 100 |
+
year={2011}
|
| 101 |
+
}
|
| 102 |
"""
|
| 103 |
|
| 104 |
|