Amit Kumar commited on
Commit
ddd74cb
1 Parent(s): 63a8664

add numpy import

Browse files
Files changed (1) hide show
  1. get_scaler.py +1 -0
get_scaler.py CHANGED
@@ -1,4 +1,5 @@
1
  import pandas as pd
 
2
 
3
  from sklearn.cluster import KMeans
4
  from sklearn.preprocessing import StandardScaler
 
1
  import pandas as pd
2
+ import numpy as np
3
 
4
  from sklearn.cluster import KMeans
5
  from sklearn.preprocessing import StandardScaler