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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
8 views1 page
Exp 2 B
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.