Skip to content

Commit 7b01dc9

Browse files
committed
docs: update roadmap
1 parent 403f1d6 commit 7b01dc9

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

216216
- [x] Binary classification ([#1](https://github.com/RonasIT/tfjs-node-helpers/pull/1))
217217
- [x] Asynchronously loaded datasets ([#14](https://github.com/RonasIT/tfjs-node-helpers/issues/14))
218+
- [x] Feature normalization ([#5](https://github.com/RonasIT/tfjs-node-helpers/issues/5))
218219
- [ ] Add an example of queued feature extraction and evaluation ([#12](https://github.com/RonasIT/tfjs-node-helpers/issues/12))
219220
- [ ] Add an example of storing the extracted features ([#13](https://github.com/RonasIT/tfjs-node-helpers/issues/13))
220-
- [ ] Feature normalization ([#5](https://github.com/RonasIT/tfjs-node-helpers/issues/5))
221221
- [ ] Categorical features ([#19](https://github.com/RonasIT/tfjs-node-helpers/issues/19))
222222
- [ ] Multiclass classification ([#3](https://github.com/RonasIT/tfjs-node-helpers/issues/3))
223223
- [ ] Regression ([#2](https://github.com/RonasIT/tfjs-node-helpers/issues/2))

0 commit comments

Comments
 (0)