tensorflow / tfjs

A WebGL accelerated JavaScript library for training and deploying ML models.
https://js.tensorflow.org
Apache License 2.0
18.37k stars 1.92k forks source link

Dump and load KNN Classifier #4868

Closed INF800 closed 3 years ago

INF800 commented 3 years ago

Hey! Is there any way to dump and load knn classifier so that we don't have to add examples everytime using classifier.addExample except for the first time (while training)

Ps. Asking the question here because the repo does not have issues tab.

Thanks, Rakesh

rthadur commented 3 years ago

did you get a chance to look at this discussion regarding load and save KNN classifier. https://github.com/tensorflow/tfjs/issues/633 ?

INF800 commented 3 years ago

THIS worked like charm! Thank you @rthadur