The following project aims to predict class using various technical specifications (features) as input to the logistic regression algorithms.
Number of Instances: 351
Number of Attributes: 35 including the class attribute
Class Feature Columns range- V1- V35
- pandas
- Numpy
- Seaborn
- Matplotlib
- Sklearn
- scikit-plot
- pingouin
- Importing the libraries
- Loading the dataset
- Data Preprocessing
- train and test data split
- Building the model
- Compare model performance
- selection model based on performance
- Evaluation
- Plot ROC and AUC curve
Conclusion:- The given dataset have target varibale and it is a type of binary class (0,1) its a Supervised machine learning task,after performing varius supervised machine learning models, i found Logistic Regression is most suitable model. hence Logistic Regression is implimented the Area under the curve is given by this model is 93%.