TheilSenRegressor
TheilSenRegressorA model type for constructing a Theil-Sen regressor, based on MLJScikitLearnInterface.jl, and implementing the MLJ model interface.
From MLJ, the type can be imported using
TheilSenRegressor = @load TheilSenRegressor pkg=MLJScikitLearnInterfaceDo model = TheilSenRegressor() to construct an instance with default hyper-parameters. Provide keyword arguments to override hyper-parameter defaults, as in TheilSenRegressor(fit_intercept=...).
Hyper-parameters
fit_intercept = truecopy_X = truemax_subpopulation = 10000n_subsamples = nothingmax_iter = 300tol = 0.001random_state = nothingn_jobs = nothingverbose = false