We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe7663 commit 40e8ddfCopy full SHA for 40e8ddf
src/index.js
@@ -33,7 +33,7 @@ function init(matrix) {
33
console.log('theta: ', theta);
34
console.log('\n');
35
36
- // Part 3: Predict Price of 1650 square meter and 3 bedroom house
+ // Part 2: Predict Price of 1650 square meter and 3 bedroom house
37
console.log('Part 3: Price Prediction ...\n');
38
39
let houseVector = [1, 1650, 3];
@@ -52,4 +52,4 @@ function normalEquation(X, y) {
52
});
53
54
return theta;
55
-}
+}
0 commit comments