@@ -258,18 +258,20 @@ const ownsTheCar = await classifier.predict([0.2, 0.76, 0]);
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 ) )
260260- [x] Custom metrics ([ #18 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/18 ) )
261+ - [ ] Add more metrics ([ #17 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/17 ) )
262+ - [ ] Refactor features ([ #25 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/25 ) )
261263- [ ] Task-oriented architecture ([ #26 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/26 ) )
262- - [ ] Add an example of queued feature extraction and evaluation ([ #12 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/12 ) )
263- - [ ] Add an example of storing the extracted features ([ #13 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/13 ) )
264264- [ ] Categorical features ([ #19 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/19 ) )
265265- [ ] Multiclass classification ([ #3 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/3 ) )
266- - [ ] Regression ([ #2 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/2 ) )
267266- [ ] Image classification ([ #4 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/4 ) )
267+ - [ ] Regression ([ #2 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/2 ) )
268+ - [ ] Object detection ([ #27 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/27 ) )
268269- [ ] Uncertainty ([ #15 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/15 ) )
269270- [ ] Handle class imbalance problem ([ #10 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/10 ) )
270- - [ ] Add more metrics ([ #17 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/17 ) )
271271- [ ] Automated tests ([ #6 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/6 ) )
272272- [ ] Continuous Integration ([ #11 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/11 ) )
273+ - [ ] Add an example of queued feature extraction and evaluation ([ #12 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/12 ) )
274+ - [ ] Add an example of storing the extracted features ([ #13 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/13 ) )
273275- [ ] Add more examples ([ #8 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/8 ) )
274276- [ ] API reference ([ #9 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/9 ) )
275277- [ ] Dashboard to visualize metrics over time ([ #7 ] ( https://github.com/RonasIT/tfjs-node-helpers/issues/7 ) )
0 commit comments