Performing Basic Feature Engineering in Keras Reviews
11749 reviews
Prem S. · Reviewed almost 5 years ago
Dmitry O. · Reviewed almost 5 years ago
Nour S. · Reviewed almost 5 years ago
MA Z. · Reviewed almost 5 years ago
MA Z. · Reviewed almost 5 years ago
I think there needs to be a review of the format of this class. The labs and the lectures are not lining up, and if the point of this lab is to learn as we go then there needs to be waaaaaayyyy more time allowed. It takes 5 mins just to set up Juypter Notebooks. On top of all that I think 'labs' that are half filled in and we're just adding a line or two and have little value. A better more educational lab is one where we are giving the tools for solving a problem and then asked to solve the problem. Here we're not giving the tools from solving the problem (at least not in the lectures or labnotebook) and then we're only asked to fill in one or two lines which is not really solving the problem. I would not recommend the learning approach taken in the class to anyone.
Steven H. · Reviewed almost 5 years ago
Nguyễn Đ. · Reviewed almost 5 years ago
Sahil V. · Reviewed almost 5 years ago
Sharang A. · Reviewed almost 5 years ago
Fredrik N. · Reviewed almost 5 years ago
Michael E. · Reviewed almost 5 years ago
Arun K. · Reviewed almost 5 years ago
Pallavi S. · Reviewed almost 5 years ago
Shawn M. · Reviewed almost 5 years ago
Jay S. · Reviewed almost 5 years ago
Daniel Q. · Reviewed almost 5 years ago
Jaydeepsinh R. · Reviewed almost 5 years ago
Yih-Dar S. · Reviewed almost 5 years ago
Uday B. · Reviewed almost 5 years ago
Rob S. · Reviewed almost 5 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 almost 5 years ago
Tiago T. · Reviewed almost 5 years ago
anhnp43 a. · Reviewed almost 5 years ago
Paulo C. · Reviewed almost 5 years ago
Ashish P. · Reviewed almost 5 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.