Hi All
When I normalize the dataset, how can i use the formulas found by TuringBot ?
For example: my dataset is:
x y
1 5
2 10
3 15
4 21
Without normalization, i get the formula:
y=round(5.13396*x)
And by replacing "x" with 1, 2, 3, 4 i get again the y values: 5, 10, 15, 21. OK
If i Use the normalization, i get the formula:
y=x-(0.00707311/x)
By replacing "x" with 1, 2, 3, 4 i don't get the y values: 5, 10, 15, 21.
Thank you very much.
Giovanni Di Maria