MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / polynomial_regression.py

File polynomial_regression.py

machine_learning/polynomial_regression.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Polynomial regression is a type of regression analysis that models the relationship
3between a predictor x and the response y as an mth-degree polynomial:
4

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected