Skip to content

Commit 292dfa7

Browse files
committed
docs: update roadmap
1 parent ad6348b commit 292dfa7

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
@@ -214,7 +214,7 @@ const ownsTheCar = await classifier.predict([0.2, 0.76, 0]);
214214
## Roadmap
215215

216216
- [x] Binary classification ([#1](https://github.com/RonasIT/tfjs-node-helpers/pull/1))
217-
- [ ] Asynchronously loaded datasets ([#14](https://github.com/RonasIT/tfjs-node-helpers/issues/14))
217+
- [x] Asynchronously loaded datasets ([#14](https://github.com/RonasIT/tfjs-node-helpers/issues/14))
218218
- [ ] Add an example of queued feature extraction and evaluation ([#12](https://github.com/RonasIT/tfjs-node-helpers/issues/12))
219219
- [ ] Add an example of storing the extracted features ([#13](https://github.com/RonasIT/tfjs-node-helpers/issues/13))
220220
- [ ] Feature normalization ([#5](https://github.com/RonasIT/tfjs-node-helpers/issues/5))

0 commit comments

Comments
 (0)