Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 358 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 358 Bytes

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