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.
2 parents 9dec333 + 051d161 commit 788c72bCopy full SHA for 788c72b
src/index.js
@@ -29,7 +29,7 @@ function init(matrix) {
29
console.log('\n');
30
31
// Part 2: Predict Price of 1650 square meter and 3 bedroom house
32
- console.log('Part 3: Price Prediction ...\n');
+ console.log('Part 2: Price Prediction ...\n');
33
34
let houseVector = [1, 1650, 3];
35
let price = math.eval('houseVector * theta', {
0 commit comments