Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Learners from {kernlab} for mlr3

Notifications You must be signed in to change notification settings

mlr3learners/mlr3learners.kernlab

Repository files navigation

mlr3learners.kernlab

tic Parameter Check mlr3learners.drat codecov StackOverflow

Adds ksvm() from the {kernlab} package to {mlr3}.

Install the latest release of the package via

install.packages("mlr3learners.kernlab")

by following the instructions in the mlr3learners.drat README.

Alternatively, you can install the latest version of {mlr3learners.kernlab} from Github with:

remotes::install_github("mlr3learners/mlr3learners.kernlab")

Supported kernels

  • rbfdot
  • polydot
  • vanilladot
  • laplacedot
  • besseldot
  • anovadot

Currently unsupported kernels

  • tanhdot
  • splinedot
  • stringdot