Machine Learning Manager

Greetings everyone,

I have installed the ML manager module from ignition exchange.
The model i want to create is mainly for regression, I have managed to train the model but i dont know how can i test my model with future data.

Example given , if i trained my model with the different T-Stamp,Value:

t, value
1 | 2
2 | 4
3 | 6

How can i manage to input my model the t_stamp 4 and receive the output, in this case 8.

The model is being trained through a a .csv with different data.

In the documentation i found the following function

Process Data from CSV:

process(modelID, name, data)

modelID - id given to the model when stored in the database
name - user defined name of the model
data - data to be used by the model in the form of a dataset

Maybe someone with experience can help me.

Thank you in advance.