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