bigml-nodered
Version:
BigML bindings for Nodered
28 lines (27 loc) • 1.44 kB
JSON
{
"name": "bigml-nodered",
"version": "1.1.16",
"keywords": [
"node-red",
"nodered",
"Node-RED",
"IoT",
"ML",
"bindings",
"BigML",
"Machine Learning"
],
"description": "BigML bindings for Nodered",
"main": "index.js",
"scripts": {
},
"node-red" : {
"nodes" : {"forecast":"forecast.js","association-set":"association-set.js","batch-anomaly-score":"batch-anomaly-score.js","batch-prediction":"batch-prediction.js","association":"association.js","stream":"stream.js","package":"package.js","topic-distribution":"topic-distribution.js","fusion":"fusion.js","model":"model.js","batch-distribution":"batch-distribution.js","dataset":"dataset.js","anomaly-score":"anomaly-score.js","find":"find.js","cluster":"cluster.js","deepnet":"deepnet.js","logistic-regression":"logistic-regression.js","dataset-split":"dataset-split.js","project":"project.js","time-series":"time-series.js","batch-centroid":"batch-centroid.js","execution":"execution.js","ensemble":"ensemble.js","optiml":"optiml.js","script":"script.js","whizzml":"whizzml.js","reify":"reify.js","evaluation":"evaluation.js","topic-model":"topic-model.js","prediction":"prediction.js","source":"source.js","library":"library.js","centroid":"centroid.js","anomaly":"anomaly.js"}
},
"author": "Sergio De Simone - BigML Inc.",
"license": "Apache License",
"dependencies" :
{
"bigml-nodered-core" : "1.1.16"
}
}