LogisticRegression_Indian_Liver_Patient

The code implements logistic regression for predicting liver problems based on a dataset of Indian liver patient records. It performs data preprocessing, including encoding categorical variables and scaling numerical features. The logistic regression model is trained on the preprocessed data and used to make predictions on an evaluation dataset. The predictions are saved in a CSV file for further analysis.

7/16/2023
33 views

Tags:  

#machine-learning 

#regression