8000 [MRG + 1] Bug fix for unnormalized laplacian by yanlend · Pull Request #4995 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

[MRG + 1] Bug fix for unnormalized laplacian #4995

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

Merged
merged 14 commits into from
Oct 19, 2015

Conversation

yanlend
Copy link
Contributor
@yanlend yanlend commented Jul 17, 2015

So far, _set_diag() always set the diagonal of the Laplacian to 1. This is only valid for the normalized Laplacian. For the unnormalized Laplacian, the diagonal should not be changed.

So far, _set_diag() always set the diagonal of the Laplacian to 1. This is only valid for the normalized Laplacian. For the unnormalized Laplacian, the diagonal should not be changed.
@agramfort
Copy link
Member

can you add a test?

@yanlend
Copy link
Contributor Author
yanlend commented Jul 20, 2015

I added a test that checks w.r.t. manual dense eigendecomposition. I don't know if that's sufficient.

@amueller
Copy link
Member

LGTM

@amueller amueller changed the title Bug fix for unnormalized laplacian [MRG + 1] Bug fix for unnormalized laplacian Jul 29, 2015
@amueller
Copy link
Member

please add an entry to whatsnew.rst

yanlend and others added 3 commits August 6, 2015 15:29
@yanlend
Copy link
Contributor Author
yanlend commented Aug 6, 2015

I added the entry to whatsnew.rst and pulled all the changes from scikit-master, such that merging should be possible.

@amueller
Copy link
Member

Thanks. We need another review, though.

@amueller
Copy link
Member
amueller commented Sep 9, 2015

ping @ogrisel.
@yanlend could you please rebase?

@amueller amueller added the Bug label Sep 9, 2015
yanlend and others added 8 commits October 19, 2015 13:36
So far, _set_diag() always set the diagonal of the Laplacian to 1. This is only valid for the normalized Laplacian. For the unnormalized Laplacian, the diagonal should not be changed.
added information for this bugfix
…into patch-1

Conflicts:
	doc/whats_new.rst
@yanlend
Copy link
Contributor Author
yanlend commented Oct 19, 2015

@amueller rebase is done.

@GaelVaroquaux
Copy link
Member

LGTM.

Merging without appveyor, as it is drowning from the sprint.

GaelVaroquaux added a commit that referenced this pull request Oct 19, 2015
[MRG + 1] Bug fix for unnormalized laplacian
@GaelVaroquaux GaelVaroquaux merged commit 3ab597c into scikit-learn:master Oct 19, 2015
@yanlend yanlend deleted the patch-1 branch October 19, 2015 13:54
@amueller amueller mentioned this pull request Jan 20, 2016
@ogrisel
Copy link
Member
ogrisel commented Jan 28, 2016

+1 for focusing on regressions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0