tfjs-examples/iris-fitDataset
..
README.md
build-resources.sh
data.js
index.html
index.js
loader.js
package.json
serve.sh
ui.js
yarn.lock

README.md

TensorFlow.js Example: Iris Classification using tfjs-data APIs

This example is identical to the iris example, except that it uses the tfjs-data APIs.

Please see the iris example for details and how to run.