Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 314 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 314 Bytes

Example of Simple Linear Regression in SQLite

Because SQL is a language that is highly portable.

How to run

Make sure you have the SQLite command line client sqlite3 installed. From there, type

make coefs

to run. If all went well, you will see a coefs.csv in the same directory as this repo.