Logistic Regression (ML_CN_1)
This function performs analysis on a dataset and returns the predicted binary outcome based on the input independent variables.
Sample Request
{
"project_id": 1,
"parent_id": 7,
"block_id": 8,
"function_code": "ML_R_5",
"args": {
"model_name": "ClassicModel",
"random_state": 0
}
}Building a Logistic Regression model
Logistic Regression
Request Body
Name
Type
Description
Sample Request
Predicting with Logistic Regression
Logistic Regression Predict
Request Body
Name
Type
Description
Sample Request
Logistic Regression Metrics
Request Body
Name
Type
Description
Last updated