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

File linear_regression.py

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

Source from the content-addressed store, hash-verified

1"""
2Linear regression is the most basic type of regression commonly used for
3predictive analysis. The idea is pretty simple: we have a dataset and we have
4features associated with it. Features should be chosen very cautiously

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected