Performing Advanced Feature Engineering in Keras Reviews

10397 reviews

Pvrmallikharjuna rao P. · Reviewed почти 5 лет ago

Juliana B. · Reviewed почти 5 лет ago

Francesco N. · Reviewed почти 5 лет ago

Nikita K. · Reviewed почти 5 лет ago

What happened to the processed timestamp feature?

Marcus W. · Reviewed почти 5 лет ago

Manfred S. · Reviewed почти 5 лет ago

Shubham K. · Reviewed почти 5 лет ago

Murilo A. · Reviewed почти 5 лет ago

Chan S. · Reviewed почти 5 лет ago

kazokada k. · Reviewed почти 5 лет ago

Oskar F. · Reviewed почти 5 лет ago

Iago A. · Reviewed почти 5 лет ago

John K. · Reviewed почти 5 лет ago

Eric T. · Reviewed почти 5 лет ago

Good!

Alex C. · Reviewed почти 5 лет 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 почти 5 лет ago

Samuel Angel R. · Reviewed почти 5 лет ago

Manu M. · Reviewed почти 5 лет ago

Lu Y. · Reviewed почти 5 лет ago

Kevin D. · Reviewed почти 5 лет ago

Christian C. · Reviewed почти 5 лет ago

akhil s. · Reviewed почти 5 лет ago

Rahul D. · Reviewed почти 5 лет ago

Domenico S. · Reviewed почти 5 лет ago

Merin S. · Reviewed почти 5 лет ago

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