Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created September 29, 2020 09:23
Embed
What would you like to do?
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import StandardScaler
from sklearn.linear_model import LogisticRegression
from sklearn.metrics import confusion_matrix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment