Skip to content

Commit c43248a

Browse files
committed
docs: update roadmap
1 parent fdaf25c commit c43248a

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
@@ -257,6 +257,7 @@ const ownsTheCar = await classifier.predict([0.2, 0.76, 0]);
257257
- [x] Binary classification ([#1](https://github.com/RonasIT/tfjs-node-helpers/pull/1))
258258
- [x] Asynchronously loaded datasets ([#14](https://github.com/RonasIT/tfjs-node-helpers/issues/14))
259259
- [x] Feature normalization ([#5](https://github.com/RonasIT/tfjs-node-helpers/issues/5))
260+
- [x] Custom metrics ([#18](https://github.com/RonasIT/tfjs-node-helpers/issues/18))
260261
- [ ] Add an example of queued feature extraction and evaluation ([#12](https://github.com/RonasIT/tfjs-node-helpers/issues/12))
261262
- [ ] Add an example of storing the extracted features ([#13](https://github.com/RonasIT/tfjs-node-helpers/issues/13))
262263
- [ ] Categorical features ([#19](https://github.com/RonasIT/tfjs-node-helpers/issues/19))
@@ -266,7 +267,6 @@ const ownsTheCar = await classifier.predict([0.2, 0.76, 0]);
266267
- [ ] Uncertainty ([#15](https://github.com/RonasIT/tfjs-node-helpers/issues/15))
267268
- [ ] Handle class imbalance problem ([#10](https://github.com/RonasIT/tfjs-node-helpers/issues/10))
268269
- [ ] Add more metrics ([#17](https://github.com/RonasIT/tfjs-node-helpers/issues/17))
269-
- [x] Custom metrics ([#18](https://github.com/RonasIT/tfjs-node-helpers/issues/18))
270270
- [ ] Automated tests ([#6](https://github.com/RonasIT/tfjs-node-helpers/issues/6))
271271
- [ ] Continuous Integration ([#11](https://github.com/RonasIT/tfjs-node-helpers/issues/11))
272272
- [ ] Add more examples ([#8](https://github.com/RonasIT/tfjs-node-helpers/issues/8))

0 commit comments

Comments
 (0)