Skip to content

Commit 9dec333

Browse files
committed
update libraries && add travis build
1 parent 40e8ddf commit 9dec333

File tree

5 files changed

+805
-592
lines changed

5 files changed

+805
-592
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
3+
node_js:
4+
- stable
5+
6+
install:
7+
- npm install
8+
9+
script:
10+
- npm test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Multivariate Linear Regression with Normal Equation
22

3+
[![Build Status](https://travis-ci.org/javascript-machine-learning/multivariate-linear-regression-normal-equation-javascript.svg?branch=master)](https://travis-ci.org/javascript-machine-learning/multivariate-linear-regression-normal-equation-javascript)
4+
35
This example project demonstrates how the normal equation may be used to solve a [multivariate linear regression](http://en.wikipedia.org/wiki/Linear_regression) problem.
46

57
[Read more about it here.](https://www.robinwieruch.de/multivariate-linear-regression-normal-equation-javascript/)

0 commit comments

Comments
 (0)