RANSAC based Polynomial Regression This repository contains three functions which can be used for Polynomial Regression for fitting first, second and third degree polynomials on data. Requirements Numpy Scikit-Learn Matplotlib