Skip to content

Commit db33e4d

Browse files
chore: minor spelling fix (#360)
Simply fixes a small spelling mistake in the polynomial regression tfjs example.
1 parent 0e5a8c9 commit db33e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polynomial-regression/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function toNormalizedTensors(xyData, order) {
155155
// epochs: How many epochs to train for.
156156
// learningRate: Learning rate.
157157
//
158-
// Returns: An Array consiting of the following:
158+
// Returns: An Array consisting of the following:
159159
// The trained keras Model instance.
160160
// xPowerMeans: Arithmetic means of the powers of x, from order `1` to
161161
// order `order`

0 commit comments

Comments
 (0)