Using the BigQuery ML Hyperparameter Tuning to Improve Model Performance Reviews
2622 reviews
Guillermo R. · Reviewed over 2 years ago
Diyako S. · Reviewed over 2 years ago
I had to remove the column airport_fee as they are all null and I wasn't able to make the model. The R2 result in task 5 was very different then the tutorial.
Rich D. · Reviewed over 2 years ago
ISAAC GUILLERMO . · Reviewed over 2 years ago
Kristiyan K. · Reviewed over 2 years ago
Sreekumar R. · Reviewed over 2 years ago
Janet C. · Reviewed over 2 years ago
At first, I got error on training beacuse of null airport_fee records. After exclusion of airport_fee, I succeeded in training.
Yuhei K. · Reviewed over 2 years ago
Nick G. · Reviewed over 2 years ago
Shubham J. · Reviewed over 2 years ago
Stuart R. · Reviewed over 2 years ago
Stuart R. · Reviewed over 2 years ago
Andrea C. · Reviewed over 2 years ago
Clément D. · Reviewed over 2 years ago
Smitha N. · Reviewed over 2 years ago
CLINTAN CYRIL A. · Reviewed over 2 years ago
Yevhen L. · Reviewed over 2 years ago
OK
Cynthia L. · Reviewed over 2 years ago
kamal b. · Reviewed over 2 years ago
kamal b. · Reviewed over 2 years ago
Halasi G. · Reviewed over 2 years ago
OLEKSANDR S. · Reviewed over 2 years ago
Golla C. · Reviewed over 2 years ago
Also airport fee needs to be not null CREATE OR REPLACE TABLE `bqml_tutorial.taxi_tip_input` AS SELECT * EXCEPT(tip_amount), tip_amount AS label FROM `bigquery-public-data.new_york_taxi_trips.tlc_yellow_trips_2018` WHERE tip_amount IS NOT NULL AND airport_fee is NOT NULL LIMIT 100000
Filippo M. · Reviewed over 2 years ago
Not working, Error: 'airport_fee' are all NULLs
Anoop J. · Reviewed over 2 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.