1 min readJun 26, 2019
“To transform the X_test data you simply apply the column transformer again.”
X_test = colT.fit(X_test)
This should be:
X_test = colT.transform(X_test)
Right?
“To transform the X_test data you simply apply the column transformer again.”
X_test = colT.fit(X_test)
This should be:
X_test = colT.transform(X_test)
Right?
Data Scientist @ Natural Cycles (Switzerland). PhD, MSc, M.Eng. Bespoke services on demand