I am new to mathematica. I have 3 inputs and 1 output.I want to find a relation between input and output values. I want to find the 'N' th degree of polynomial which would approimately fit my dataset. I also tried Neural Networks but want to do Polynomial Curve Fitting or Regression.
I want to predict what degree of polynomial would fit to my data as the relation is Non-Linear(i.e. F(A)+F(B)+F(C) =Output) The values are actual weights in KG.
Kindly suggest me a method to find the 'n' degree polynomial which would approximate my data and build a relation between input and output using Mathematica 12.
{{"A", "B", "C", "Output"}, {57.0088, 76.2105, 46.4823,
46.8503}, {56.2162, 75.5021, 44.8855, 47.1508}, {57.189, 74.434,
44.8579, 48.4662}, {57.551, 75.3068, 46.6976, 45.9044}, {55.9446,
75.4585, 47.2454, 46.3321}, {58.7154, 76.9871, 47.2429,
50.8479}, {59.7091, 79.1212, 48.5647, 50.7675}, {59.5948, 78.0647,
47.5596, 48.7605}, {59.9859, 77.9062, 50.9319, 48.0986}, {60.5902,
78.1553, 54.5241, 51.1845}, {59.6509, 77.6456, 53.0787,
52.9824}, {62.7154, 74.9587, 53.5889, 52.242}, {62.8849, 81.0653,
55.2839, 50.2263}, {63.2489, 78.4848, 54.355, 51.0166}, {64.6259,
78.9331, 54.9457, 53.4716}, {65.4176, 79.1202, 55.1678,
53.1001}, {64.962, 77.6563, 54.3707, 53.6528}, {63.8401, 79.6976,
51.0827, 54.067}, {64.4447, 82.2205, 52.9363, 55.5474}, {64.7958,
82.149, 55.1345, 57.0765}}