Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created September 29, 2020 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/18343d247a9ffe2088b78774fcdf0c12 to your computer and use it in GitHub Desktop.
Save amankharwal/18343d247a9ffe2088b78774fcdf0c12 to your computer and use it in GitHub Desktop.
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