Sep 5, 2018 · 1 min read
X_test = sc.transform(X_test)Without fitting a direct transform of x_test should give an error. Can you check that?
X_test = sc.transform(X_test)Without fitting a direct transform of x_test should give an error. Can you check that?