MCPcopy Index your code
hub / github.com/subbarayudu-j/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 preety simple, we have a dataset and we have
4a feature's associated with it. The Features should be choose very cautiously

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected