0.0.1 • Published 7 years ago

node-red-contrib-classifier-bayes v0.0.1

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
7 years ago

node-red-contrib-classifier-bayes

NodeRed node to train and use bayes classifier

Nodes:

  • training create and train a classifer
  • classifier classify input with a trained classifer
  • evaluator evaluate classifier accuracy

Docker

You can test this node runing the following docker command:

docker run -it -p 1880:1880 -v /home/node-red:/data -u `id -u node-red` --name mynodered petitchevalroux/node-red-docker

This command run a custom image containing the current node.

Roadmap

  • Improve node status
  • Internationalize node
  • Extract client api code to a new package

About

Author: petitchevalroux