8000 Merge pull request #4860 from rvraghav93/additive_chi2_sampler_reflink · scikit-learn/scikit-learn@9d9e99a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d9e99a

Browse files
committed
Merge pull request #4860 from rvraghav93/additive_chi2_sampler_reflink
Correct the reference link for additive chi squared sampler.
2 parents 733629d + 71c004b commit 9d9e99a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sklearn/kernel_approximation.py

+3-3
Original file line numberDiff line numberDiff line change
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/~vedaldi/assets/pubs/vedaldi11efficient.pdf>`_
249+
A. Vedaldi and A. Zisserman, Pattern Analysis and Machine Intelligence,
250+
2011
251251
"""
252252

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

0 commit comments

Comments
 (0)
0