Performing Advanced Feature Engineering in Keras Reviews

10396 reviews

Juliana B. · Reviewed almost 5 years ago

Francesco N. · Reviewed almost 5 years ago

Nikita K. · Reviewed almost 5 years ago

What happened to the processed timestamp feature?

Marcus W. · Reviewed almost 5 years ago

Manfred S. · Reviewed almost 5 years ago

Shubham K. · Reviewed almost 5 years ago

Murilo A. · Reviewed almost 5 years ago

Chan S. · Reviewed almost 5 years ago

kazokada k. · Reviewed almost 5 years ago

Oskar F. · Reviewed almost 5 years ago

Iago A. · Reviewed almost 5 years ago

John K. · Reviewed almost 5 years ago

Eric T. · Reviewed almost 5 years ago

Good!

Alex C. · Reviewed almost 5 years ago

1. The provided csv does not match the expected column order in the notebook. It ends up reading passenger_count as if it was pickup_datetime, giving dates such as "1" and "5" -- which are not parseable as dates 2. The lab asks the student to parse pickup datetime to add it as a feature column, but ultimately that is not possible due to the input data -- the parsed picks the wrong column as pickup_datetime, and the csv does not have a pickup_datetime column which could be parsed as a result, the student will waste time trying to parse invalid columns and probably won't be able to get to the point where they would get to use such columns for training. The lab solution currently present in git (2021-04-06) gets around this problem by not using the pickup_datetime column at all -- it just defines functions to parse datetime, then drops pickup_datetime from the input. The proposed model ends up using a temporal feature completely by accident: it uses passenger_count as a feature -- but on the csv, the column taken as passenger_count is actually hourofday, already present in the dataset. As a result, the model inputs are incorrectly named, and predicting with passenger_count=5 is actually taking into account the predicted price for a ride at 5am

Rodrigo K. · Reviewed almost 5 years ago

Samuel Angel R. · Reviewed almost 5 years ago

Manu M. · Reviewed almost 5 years ago

Lu Y. · Reviewed almost 5 years ago

Kevin D. · Reviewed almost 5 years ago

Christian C. · Reviewed almost 5 years ago

akhil s. · Reviewed almost 5 years ago

Rahul D. · Reviewed almost 5 years ago

Domenico S. · Reviewed almost 5 years ago

Merin S. · Reviewed almost 5 years ago

Xiaoya X. · 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.