-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Weights in RANSAC? #6113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think so. Also reported in #5871. |
I would like to work on this. |
Raised a PR |
closing as duplicate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm interested in using the RANSAC regressor when the base estimator has weights (e.g., I'd like to use the sample_weight keyword with LinearRegression.fit()). I can't figure out how to pass the sample_weights through RANSAC to the base estimator. Am I overlooking something, or is this a missing feature?
The text was updated successfully, but these errors were encountered: