node-red-contrib-giant
v1.0.2
Published
Simple Machine Learning Example
Downloads
54
Maintainers
Readme
English
This module for Node-RED contains a set of nodes that offer the possibility of interacting with some machine learning classifiers. These nodes use python for the implementation of the classifiers.
Pre-requisites
Node-RED needs to be installed Install python and the following libraries:
- Python 3.6.4 o más.
- Numpy
- Pandas
- SciKit-Learn
Install
To install the latest version use the Menu - Manage palette option and search for node-red-contrib-giant, or run the following command in your Node-RED user directory (typically ~/.node-red):
npm i node-red-contrib-giant
Usage
Here are some usage examples:
- Create dataset
- Basic example
Español
Este módulo para Node-RED contiene un conjunto de nodos que ofrecen la posiblidad de interactuar con algunos clasificadores de machine learning. Estos nodos utilizan python para la implementación de los clasificadores.
Prerrequisitos
Se necesita tener instalado Node-RED Instalar python y las siguientes librerías:
- Python 3.6.4 o más.
- Numpy
- Pandas
- SciKit-Learn
Instalar
Para instalar la última versión, use la opción Menú - Administrar paleta y busque node-red-contrib-giant, o ejecute el siguiente comando en su directorio de usuario Node-RED (generalmente ~ / .node-red):
npm i node-red-contrib-giant
Uso
A continuación se muestran algunos ejemplos de uso:
- Crear dataset
- Ejemplo básico