- 
                Notifications
    You must be signed in to change notification settings 
- Fork 28.9k
[MLLIB][WIP] SPARK-4638: Kernels feature for MLLIB #5503
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
Conversation
         mandar2812
  
      
      
      commented
      
            mandar2812
  
      
      
      commented
        Apr 14, 2015 
      
    
  
- Class hierarchy for SVM Kernels, with unit tests.
- Entropy based subset selection for low rank approximation of Large Kernel Matrices, with unit tests.
- Kernels for density estimation, with 'plug in' based optimum bandwidth selection, with unit tests.
…mentation of the Nystrom method for feature map extractions, RBF and Polynomial Kernels. Also a bare bones test suite for SVM Kernels is included
…ation 2) Code indentation changes
…mentation of the Nystrom method for feature map extractions, RBF and Polynomial Kernels. Also a bare bones test suite for SVM Kernels is included
…ation 2) Code indentation changes
| @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] | 
| jenkins, ok to test | 
| Test build #37924 has finished for   PR 5503 at commit  
 | 
| Making scala style changes and optimizations and updating pull request asap | 
| jenkins, ok to test | 
| Test build #44747 has finished for PR 5503 at commit  
 | 
| @mandar2812 any status on this PR? | 
| Yes, I will update this PR by the 20th of December 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! | 
| What is the result of this pull request? I can't seem to find the code in the code base anywhere | 
| 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. |