PolyFit ======= Least squares polynomial fit. **Abstract Signature:** ``PolyFit(x: Array, y: Array, deg: int, rcond: float = None, full: bool = False, w: Array = None, cov: bool = False)`` .. raw:: html

PyTorch

API:
Strategy: Custom / Partial

JAX (Core)

API: jax.numpy.polyfit
Strategy: Direct Mapping

NumPy

API: numpy.polyfit
Strategy: Direct Mapping

Keras

API:
Strategy: Custom / Partial

TensorFlow

API:
Strategy: Custom / Partial

Apple MLX

API:
Strategy: Custom / Partial

Flax NNX

API: jax.numpy.polyfit
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.polyfit
Strategy: Direct Mapping