We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5a8c9 commit db33e4dCopy full SHA for db33e4d
polynomial-regression/index.js
@@ -155,7 +155,7 @@ function toNormalizedTensors(xyData, order) {
155
// epochs: How many epochs to train for.
156
// learningRate: Learning rate.
157
//
158
-// Returns: An Array consiting of the following:
+// Returns: An Array consisting of the following:
159
// The trained keras Model instance.
160
// xPowerMeans: Arithmetic means of the powers of x, from order `1` to
161
// order `order`
0 commit comments