input: from sklearn.preprocessing import StandardScaler
y=mydata[\'AnonBusiness\']
x=mydata.drop(\'AnonBusiness\',axis=1)
scaler = StandardScaler()
s