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 /data.csv | |
| 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 'data.csv')
| -rw-r--r-- | data.csv | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data.csv b/data.csv new file mode 100644 index 0000000..b875289 --- /dev/null +++ b/data.csv @@ -0,0 +1,25 @@ +km,price +240000,3650 +139800,3800 +150500,4400 +185530,4450 +176000,5250 +114800,5350 +166800,5800 +89000,5990 +144500,5999 +84000,6200 +82029,6390 +63060,6390 +74000,6600 +97500,6800 +67000,6800 +76025,6900 +48235,6900 +93000,6990 +60949,7490 +65674,7555 +54000,7990 +68500,7990 +22899,7990 +61789,8290 |
