Machine Learning Practice
Logistic Regression (also called Logit Regression) is commonly used to estimate the probability that an instance belongs to a particular class.
Cleveland Heart-disease dataset
Attribute Information:
Cleveland Heart-disease dataset
Attribute Information:
A confusion matrix is a summary of prediction results on a classification problem.
RandomizedSearchCV
GridSearchCV