Skip to content

Commit 40e8ddf

Browse files
authored
Update index.js
1 parent dfe7663 commit 40e8ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function init(matrix) {
3333
console.log('theta: ', theta);
3434
console.log('\n');
3535

36-
// Part 3: Predict Price of 1650 square meter and 3 bedroom house
36+
// Part 2: Predict Price of 1650 square meter and 3 bedroom house
3737
console.log('Part 3: Price Prediction ...\n');
3838

3939
let houseVector = [1, 1650, 3];
@@ -52,4 +52,4 @@ function normalEquation(X, y) {
5252
});
5353

5454
return theta;
55-
}
55+
}

0 commit comments

Comments
 (0)