Hi there,
I have a question:
I have two data sets: the first data set are my training data, which can be used to generate a Linear regression between two parameters (y = ax + b), and I want to use the a and b from this equation to calculate the unknown Y with known X with the same equation: Y = aX + b.
The linear regression node seems can get the a and b (coefficient and intercept), but I don’t know how to use them to do the next step calculation for my second dataset.