This is a short demo of a linear regression made with a somehow data using Javascript.
- csvtojson: to manipulate csv datas
- ml-regression: a library used for linear regression
Before use, clone this repository (or download it) and open cmd line then enter: "npm install" to install dependencies. To start application, do "npm start"