ksbk commited on
Commit
ae6988d
·
1 Parent(s): b030548

Upload gh.txt

Browse files
Files changed (1) hide show
  1. gh.txt +5 -0
gh.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #importing libraries
2
+ from sklearn.cluster import KMeans
3
+ import pandas as pd
4
+ from sklearn.preprocessing import MinMaxScaler
5
+ import matplotlib.pyplot as plt