Update README.md

This commit is contained in:
Deniz
2025-09-17 11:28:53 +03:00
parent fcd63fa1b2
commit baf47bb3a6

View File

@@ -51,6 +51,12 @@ This package comes with a set of Jupyter notebooks designed as a structured tuto
- Trace outputs for iteration history.
- Examples with `numethods.roots`.
- [Polynomial Regression Demo](tutorials/polynomial_regression.ipynb)
- Step-by-step example of polynomial regression.
- Shows how to fit polynomials of different degrees to data.
- Visualizes fitted curves against the original data.
- Uses `PolyFit` from `numethods.fitting`.
---
## Features