Skip to content

Commit 40ee9a4

Browse files
authored
docs: update roadmap
1 parent 2c5bc1c commit 40ee9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const ownsTheCar = await classifier.predict([0.2, 0.76, 0]);
169169
## Roadmap
170170

171171
- [x] Binary classification ([#1](https://github.com/RonasIT/tfjs-node-helpers/pull/1))
172-
- [ ] Add an example of working with asynchronously loaded datasets ([#14](https://github.com/RonasIT/tfjs-node-helpers/issues/14))
172+
- [ ] Asynchronously loaded datasets ([#14](https://github.com/RonasIT/tfjs-node-helpers/issues/14))
173173
- [ ] Add an example of queued feature extraction and evaluation ([#12](https://github.com/RonasIT/tfjs-node-helpers/issues/12))
174174
- [ ] Add an example of storing the extracted features ([#13](https://github.com/RonasIT/tfjs-node-helpers/issues/13))
175175
- [ ] Feature normalization ([#5](https://github.com/RonasIT/tfjs-node-helpers/issues/5))

0 commit comments

Comments
 (0)