RANSACRegressor
RANSACRegressorA model type for constructing a ransac regressor, based on MLJScikitLearnInterface.jl, and implementing the MLJ model interface.
From MLJ, the type can be imported using
RANSACRegressor = @load RANSACRegressor pkg=MLJScikitLearnInterfaceDo model = RANSACRegressor() to construct an instance with default hyper-parameters. Provide keyword arguments to override hyper-parameter defaults, as in RANSACRegressor(estimator=...).
Hyper-parameters
estimator = nothingmin_samples = 5residual_threshold = nothingis_data_valid = nothingis_model_valid = nothingmax_trials = 100max_skips = 9223372036854775807stop_n_inliers = 9223372036854775807stop_score = Infstop_probability = 0.99loss = absolute_errorrandom_state = nothing