Simple Linear Regression (ML_R_1)
This function models the relationship between two continuous variables. The objective is to predict the value of an output variable based on the value of an input variable.
Sample Request
{
"project_id": 1,
"parent_id": 7,
"block_id": 8,
"function_code": "ML_R_1",
"args": {
"model_name": "SimpleModel"
}
}Building a Simple Linear Regression model
Simple Linear Regression
Request Body
Name
Type
Description
Sample Request
Predicting with Simple Linear Regression
Simple Linear Regression Predict
Request Body
Name
Type
Description
Last updated