8000 REF Correct the reference link for additive chi squared sampler. · scikit-learn/scikit-learn@b40c76a · GitHub
[go: up one dir, main page]

Skip to content

Commit b40c76a

Browse files
committed
REF Correct the reference link for additive chi squared sampler.
1 parent b5a18b1 commit b40c76a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sklearn/kernel_approximation.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,8 @@ class AdditiveChi2Sampler(BaseEstimator, TransformerMixin):
245245
References
246246
----------
247247
See `"Efficient additive kernels via explicit feature maps"
248-
<http://eprints.pascal-network.org/archive/00006964/01/vedaldi10.pdf>`_
249-
Vedaldi, A. and Zisserman, A., Computer Vision and Pattern Recognition 2010
250-
248+
<http://www.robots.ox.ac.uk/%7Evedaldi/assets/pubs/vedaldi11efficient.pdf>`_
249+
A. Vedaldi and A. Zisserman, Pattern Analysis and Machine Intelligence, 2011
251250
"""
252251

253252
def __init__(self, sample_steps=2, sample_interval=None):

0 commit comments

Comments
 (0)
0