mirror of
https://github.com/vishpat/candle-coursera-ml.git
synced 2026-01-06 04:52:57 +00:00
Inital commit
This commit is contained in:
7
linear-regression/README.md
Normal file
7
linear-regression/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Linear regression
|
||||
|
||||
[Linear regression](https://youtu.be/W46UTQ_JDPk?si=dfz9_kFBUkM3E1RR) (with regularization) model using gradient descent implemented for the Kaggle [insurance dataset](https://www.kaggle.com/code/kianwee/linear-regression-insurance-dataset).
|
||||
|
||||
```bash
|
||||
cargo run -- --data-csv ./insurance.csv
|
||||
```
|
||||
Reference in New Issue
Block a user