Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created February 3, 2021 16:39
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/c798b3102ede8001e5791cd7f6d12f17 to your computer and use it in GitHub Desktop.
Save amankharwal/c798b3102ede8001e5791cd7f6d12f17 to your computer and use it in GitHub Desktop.
import numpy as np
import pandas as pd
from sklearn.cluster import DBSCAN
from sklearn.preprocessing import StandardScaler
from sklearn.decomposition import PCA
import matplotlib.pyplot as plt
data = pd.read_csv("general.csv")
data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment