A package for non-linear binary classification with simultaneous sparse feature selection. This package implements an algorithm developed in [Lapanowski and Gaynanova, preprint] called sparse kernel optimal scoring (sparse KOS). It combines kernel discriminant analysis with sparse feature selection. The kernel discriminant analysis is done through a kernelized version of regularized optimal scoring, which is a regression-type problem. This package uses the Gaussian kernel. Sparse feature selection is accomplished by placing a weight lying in [-1,1] on each data feature, and then including a sparsity penalty on the weight vector. Sparse KOS alternates between solving the kernelized optimal scoring problem and minimzing a LASSO-type problem on a feature weight vector. This package also implements automatic kernel, ridge, and sparsity parameter selection methods.
Package details |
|
---|---|
Author | Alexander F. Lapanowski and Irina Gaynanova |
Maintainer | Alexander F. Lapanowski <aflapan@gmail.com> |
License | GPL-3 |
Version | 1.0 |
Package repository | View on GitHub |
Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.