Good day all,
I am new to both data mining and RapidMiner. I'd be grateful for thoughts on which model(s) to use to generate a prediction set where the training set has the following elements:
Element A: a positive real number with two decimal places
Element B: a positive real number with two decimal places
Element C: a positive integer
The prediction should the result of
(A/B) * C
I am using a small dataset of just 20 rows to get a grasp on the issue before going larger.
Thank you!