File size: 281 Bytes
4cba5e1 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"model_type": "log_log_power_regression",
"formula": "Length = a * GT^b",
"coefficients": {
"a": 5.7251194876381115,
"b": 0.308823572762721
},
"r_squared": 0.9490677975370616,
"n_observations": 79902,
"input_feature": "GT",
"output_target": "Length (m)"
} |