From 629f1f25ff62189103b2d2e9a5250e2aef8ff56f Mon Sep 17 00:00:00 2001 From: Deniz Donmez Date: Wed, 17 Sep 2025 11:29:23 +0300 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c80a8e4..8e30afc 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ This package comes with a set of Jupyter notebooks designed as a structured tuto - 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`. ---