Doing some linear regression this summer for a logistic company, I got interested in finding ways to automatically assign the linear regression to the data, even if it’s noisy.
Check out the sklearn docs for more info on how the RANSACRegressor is implemented. If you feel in a crazy mood, definately check out the this explanatory song:
Image source: CSE Buffalo If you enjoyed this post I’m looking forward to the next advent hoho.
Software used:
- Python
- Sklearn