Serafeim Loukas, PhD
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?

--

--

Serafeim Loukas, PhD
Serafeim Loukas, PhD

Written by Serafeim Loukas, PhD

Data Scientist @ Natural Cycles (Switzerland). PhD, MSc, M.Eng. Bespoke services on demand

No responses yet