Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the reference link for additive chi squared sampler. #4860

Merged

Conversation

raghavrv
Copy link
Member

A minor PR.

Please take a look @GaelVaroquaux @agramfort :)

@@ -245,9 +245,8 @@ class AdditiveChi2Sampler(BaseEstimator, TransformerMixin):
References
----------
See `"Efficient additive kernels via explicit feature maps"
<http://eprints.pascal-network.org/archive/00006964/01/vedaldi10.pdf>`_
<http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.167.7024>`_
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could link straight to the PDF on the lead author's website.

It seems there is also an extended journal version that we might want to refer to instead. (The citation for this one would be A. Vedaldi and A. Zisserman, Pattern Analysis and Machine Intelligence, 2011.)

Thoughts?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought citeceerx would be more stable and the link would still be alive even if anything happens to the external PDF link like what happened now...

But yes the extended journal link would be better to have though! I think we could link the journal version and have #4344 (comment) for checking all our links!!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're going to change to the journal, please do so this PR can be disappeared!

@raghavrv raghavrv force-pushed the additive_chi2_sampler_reflink branch from 32f902c to b40c76a Compare June 20, 2015 13:12
@raghavrv
Copy link
Member Author

@jnothman and @vene Done! Say the magic word (+1) and it will disappear :p

<http://eprints.pascal-network.org/archive/00006964/01/vedaldi10.pdf>`_
Vedaldi, A. and Zisserman, A., Computer Vision and Pattern Recognition 2010

<http://www.robots.ox.ac.uk/%7Evedaldi/assets/pubs/vedaldi11efficient.pdf>`_
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was close... it was exactly 80 chars!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you replace the %7E with a ~ please, and check that the link works in the HTML reference after rendering the docs? If this works, this is done. Thanks!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! :)

@raghavrv raghavrv force-pushed the additive_chi2_sampler_reflink branch from b40c76a to 71c004b Compare June 21, 2015 01:54
jnothman added a commit that referenced this pull request Jun 21, 2015
Correct the reference link for additive chi squared sampler.
@jnothman jnothman merged commit 9d9e99a into scikit-learn:master Jun 21, 2015
@raghavrv
Copy link
Member Author

Thanks!!

@vene
Copy link
Member

vene commented Jun 22, 2015

Thanks @rvraghav93!

@raghavrv raghavrv deleted the additive_chi2_sampler_reflink branch February 11, 2016 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants