The document outlines a machine learning workflow using Python, where data is preprocessed and split into training and testing sets. A Logistic Regression model is trained on the standardized training data and then used to make predictions on the test set. The performance of the model is evaluated using a confusion matrix and accuracy score, which is visualized with a heatmap.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
exp2b
The document outlines a machine learning workflow using Python, where data is preprocessed and split into training and testing sets. A Logistic Regression model is trained on the standardized training data and then used to make predictions on the test set. The performance of the model is evaluated using a confusion matrix and accuracy score, which is visualized with a heatmap.