Performing Basic Feature Engineering in Keras Reviews

11106 reviews

Uday B. · Reviewed over 4 years ago

Rob S. · Reviewed over 4 years ago

There is an error in the get_scal function: # 'get_scal' function takes a list of numerical features and returns a 'minmax' function # 'Minmax' function itself takes a 'numerical' number from a particular feature and return scaled value of that number. # Scalar def get_scal(feature): # TODO 1d def get_scal(feature): def minmax(x): mini = train[feature].min() maxi = train[feature].max() return (x - mini)/(maxi-mini) return(minmax)

Xingsheng Q. · Reviewed over 4 years ago

Tiago T. · Reviewed over 4 years ago

anhnp43 a. · Reviewed over 4 years ago

Paulo C. · Reviewed over 4 years ago

Ashish P. · Reviewed over 4 years ago

Grace N. · Reviewed over 4 years ago

Jerome M. · Reviewed over 4 years ago

Beema H. · Reviewed over 4 years ago

Buyu X. · Reviewed over 4 years ago

the given time is not enough to read and do all sections

Kouros Z. · Reviewed over 4 years ago

Ilkin I. · Reviewed over 4 years ago

Liu G. · Reviewed over 4 years ago

Serge d. · Reviewed over 4 years ago

Ron S. · Reviewed over 4 years ago

Abhay G. · Reviewed over 4 years ago

Sai Nookesh B. · Reviewed over 4 years ago

Xavier-Frédéric M. · Reviewed over 4 years ago

miaobingCHEN m. · Reviewed over 4 years ago

Kostyantyn K. · Reviewed over 4 years ago

Rachid Rachid Y. · Reviewed over 4 years ago

Lukas M. · Reviewed over 4 years ago

Ruben D. · Reviewed over 4 years ago

andrea n. · Reviewed over 4 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.