Inconsistent results when using np.polyfit on large datasets with high-degree polynomials in NumPy 1.25
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-08
numpy polynomial fitting
I'm experiencing some unexpected behavior when using `np.polyfit` on large datasets with high-degree polynomials. When fitting a polynomial of degree 10 to my d...