Skip to content

Stems from #6862. #6937

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

Closed
wants to merge 20 commits into from
Closed

Stems from #6862. #6937

wants to merge 20 commits into from

Conversation

imaculate
Copy link
Contributor

@imaculate imaculate commented Jun 24, 2016

#6862

Reference Issue

What does this implement/fix? Explain your changes.

Any other comments?

fishcorn and others added 19 commits June 22, 2016 16:01
Replicate solution to scikit-learn@9a52077 except that `_pairwise` should always be `True` for `KernelCenterer` because it's supposed to receive a Gram matrix. This should make `KernelCenterer` usable in `Pipeline`s.

Happy to add tests, just tell me what should be covered.
This is a smoke test. Hence there is no point having cv=4
@imaculate
Copy link
Contributor Author

Added sample weight parameter to linearsvc.fit including tests and documentation.

@agramfort
Copy link
Member

your commit history is a mess. Start from a clean master.

and never merge master branch into a PR branch. Just use rebase.

@imaculate
Copy link
Contributor Author

Created a new PR #6939 .

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.