Nov 23, 2020
The code for normalization is actually this:
for i in range(1, len(X.columns)):
X[i-1] = X[i-1]/np.max(X[i-1])
You can check the complete notebook here:
The code for normalization is actually this:
for i in range(1, len(X.columns)):
X[i-1] = X[i-1]/np.max(X[i-1])
You can check the complete notebook here:
MS in Applied Data Analytics from Boston University. Read my blog: https://regenerativetoday.com/