Skip to content

Conversation

@mandar2812
Copy link

  1. Class hierarchy for SVM Kernels, with unit tests.
  2. Entropy based subset selection for low rank approximation of Large Kernel Matrices, with unit tests.
  3. Kernels for density estimation, with 'plug in' based optimum bandwidth selection, with unit tests.

@debasish83
Copy link

@dbtsai @mandar2812 I found the abstraction for kernel as explained in my PR #6213 more generic in practical use-cases compared to the usual interface available in scikit-learn...It will be great if we can come up with a strategy such that this PR calls IndexedRowMatrix.rowSimilarity to get the kernel from the data as represented with RDD[LabeledPoint]

@dbtsai
Copy link
Member

dbtsai commented Jul 21, 2015

jenkins, ok to test

@SparkQA
Copy link

SparkQA commented Jul 21, 2015

Test build #37924 has finished for PR 5503 at commit fdafe16.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@mandar2812
Copy link
Author

Making scala style changes and optimizations and updating pull request asap

@dbtsai
Copy link
Member

dbtsai commented Nov 1, 2015

jenkins, ok to test

@SparkQA
Copy link

SparkQA commented Nov 1, 2015

Test build #44747 has finished for PR 5503 at commit fdafe16.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@tn531
Copy link

tn531 commented Dec 9, 2015

@mandar2812 any status on this PR?

@mandar2812
Copy link
Author

Yes, I will update this PR by the 20th of December 2015.

@rxin
Copy link
Contributor

rxin commented Dec 31, 2015

I'm going to close this pull request. If this is still relevant and you are interested in pushing it forward, please open a new pull request. Thanks!

@asfgit asfgit closed this in 7b4452b Dec 31, 2015
@dale-chang91
Copy link

What is the result of this pull request? I can't seem to find the code in the code base anywhere

@mandar2812
Copy link
Author

It didn't make it into spark. Instead I started the DynaML project and made kernels a key module of it, along with spark support.

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.

7 participants