SVMNuClassifier
SVMNuClassifierA model type for constructing a nu-support vector classifier, based on MLJScikitLearnInterface.jl, and implementing the MLJ model interface.
From MLJ, the type can be imported using
SVMNuClassifier = @load SVMNuClassifier pkg=MLJScikitLearnInterfaceDo model = SVMNuClassifier() to construct an instance with default hyper-parameters. Provide keyword arguments to override hyper-parameter defaults, as in SVMNuClassifier(nu=...).
Hyper-parameters
nu = 0.5kernel = rbfdegree = 3gamma = scalecoef0 = 0.0shrinking = truetol = 0.001cache_size = 200max_iter = -1decision_function_shape = ovrrandom_state = nothing