Polynomial Regression Comparison

Comparing three polynomial regression implementations: a simple one that uses Gaussian elimination without scaling and a stable one that uses scaling and QR decomposition against ml.js. Writing the simple and stable were heavily AI-assited (along with this page itself), and I wanted to confirm the results against a standard library.
Performance Summary
Running tests...
Loading test cases...