Numeric Scorer gives a negative R^2 (R-squared)

The question is what is your target variable. From the structure of you data it seemed your second dataset was the one with the unknown target data. You would have to define which column you want to predict. Then you would split your original data into test and training. If your testate does not contain the target variables you will not be able to test the quality of your model.

If you use the Partitioning node you have two Streams of data. You tell them apart by connecting the training nodes to the upper arrow and the testing/predicting nodes to the lower part.

The modification of your workflow I uploaded renames your value to “Target”.

It might be useful to familiarise yourself with the concepts of predicting with a basic example, where you can still read the rules that are generated:

1 Like