NathanFirmo/classifier.js

Create a method to expose classification model

NathanFirmo opened this issue ยท 0 comments

๐Ÿ““ Context

Now the only way to save learned data is using toJSON and toYAML methods. If the user could get the trained model he will be free to implements his own storage logic.

ToDo

Expose classification model throught a method.