Polynomial Linear Regression (ML_R_3)
This function uses the relationship between variables to find the best non-linear fit through the data points.
Sample Request
{
"project_id": 1,
"parent_id": 7,
"block_id": 8,
"function_code": "ML_R_3",
"args": {
"model_name": "SimpleModel",
"degree": 2
}
}Building a Polynomial Linear Regression model
Polynomial Linear Regression
Request Body
Name
Type
Description
Sample Request
Predicting with Polynomial Linear Regression
Multiple Linear Regression Predict
Request Body
Name
Type
Description
Last updated