stavalfi / node-red-machine-learning-project

1 stars 4 forks source link

dataset creation #1

Open smalhao opened 5 years ago

smalhao commented 5 years ago

Hello I'm new to machine learning code development in Node-RED and I have a temperature2.csv file where I have three parameters, temperature value, time of value acquisition and if this is ok or not ok and I would like to develop a machine learning code in Node-RED that would make me the temperature parameter classification. I've been trying to implement the "create dataset block" with a .csv file where the parameters I have are the time, temperature and a condition whether it's ok or not ok, however when I run Deploy on Node-RED it seems to me to give error, I think you're not accessing the file.

image

the block configuration is as follows:

image

The .csv file have this values: image

moisesStevend commented 3 years ago

I got the same, I will try to figure it out.