diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-23 21:17:11 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-23 21:17:11 +0100 |
| commit | fd5fe70ce5271f09303b51dae34b42acc47f5730 (patch) | |
| tree | 551b9b7c38b5fb8307cea3653e269ae79fb4b639 /.gitignore | |
| download | ft_linear_regression-fd5fe70ce5271f09303b51dae34b42acc47f5730.tar.gz ft_linear_regression-fd5fe70ce5271f09303b51dae34b42acc47f5730.zip | |
Initial commit: linear regression for car price prediction
Training, prediction, and visualization programs using gradient descent
with min-max normalization.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8119b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +thetas.csv |
