VladoUzunangelov/SPICER: SPICER: SpicyMKL in R

This is a port of Tomioka and Suzuki's SpicyMKL, expanded for multiclass problems.SpicyMKL solves both binary classification (hinge & logitstic losses) and regression (squared error loss) problems.Spicer solves binary classification (logistic only), regression (squared error loss) and multiclass problems (logistic loss). The latter is done by expanding the binary SpicyMKL solver via one-versus-one class pairs training approach. In addition, Spicer outputs class or probability predictions for binary/multiclass classification tasks.

Getting started

Package details

AuthorVladislav (Vlado) Uzunangelov
MaintainerVladislav Uzunangelov <uzunangelov@gmail.com>
LicenseGNU GPL v3.0
Version0.1.0
URL http://github.com/VladoUzunangelov/SPICER
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("VladoUzunangelov/SPICER")
VladoUzunangelov/SPICER documentation built on July 20, 2020, 12:53 a.m.