PolyReg  v.0.01 ♥ Syed Reza (2012)
CSV Data
Polynomial Degree
Lambda Value
CSV Data
Standard
Trigonometric
Custom
  xMin:
  xMax:
  yMin:
  yMax:

What is PolyReg?

PolyReg is a simple tool for doing Polynomial Regression analysis on a set of data points. It is only here for simple demonstration purposes. My apologies if you came here looking for a more sophisticated tool.

Training Instructions

Input is expected to be a set of x,y coordinates separated by newlines. Click on the Edit Training CSV button and enter a set of x,y coordinates within the text area. Then, select the degree of the polynomial you would like to fit to the data points as well as the lambda penalty of the fit. This model uses L2-Regularization. Finally, click the Train button.

Testing Instructions

Input is again expected to be a set of x,y coordinates separated by newlines. You are testing how well the model predicts output to an untrained upon input. Click on the Edit Testing CSV button and enter a set of x,y coordinates within the text area. Then, select which function you would like to test against. Finally, click on the Test button.