Using the BigQuery ML Hyperparameter Tuning to Improve Model Performance Reviews

2622 reviews

Luis R. · Reviewed over 2 years ago

first training failed b/c of column airport_fee all null. Adjusted the create table query

Lian P. · Reviewed over 2 years ago

KRUPALI B. · Reviewed over 2 years ago

Boby D. · Reviewed over 2 years ago

Alex S. · Reviewed over 2 years ago

Marco M. · Reviewed over 2 years ago

Jens J. · Reviewed over 2 years ago

Paul J. · Reviewed over 2 years ago

charanya p. · Reviewed over 2 years ago

Dante V. · Reviewed over 2 years ago

Kirby S. · Reviewed over 2 years ago

good try

joon siong b. · Reviewed over 2 years ago

Jens J. · Reviewed over 2 years ago

There is an extra column airport_fee in the dataset with all values set to NULL. If create model statement returns error, add that column to EXCEPT and re-import the data. I think the schema for the source data has changed a bit since this lab was written.

Oliver F. · Reviewed over 2 years ago

John L. · Reviewed over 2 years ago

Annedys O. · Reviewed over 2 years ago

Pankaj S. · Reviewed over 2 years ago

Ryan C. · Reviewed over 2 years ago

Olivier C. · Reviewed over 2 years ago

Samar s. · Reviewed over 2 years ago

Adoni C. · Reviewed over 2 years ago

Francisco Javier B. · Reviewed over 2 years ago

The lab was easy to follow but would have been more engaging if the code wasn't just copy paste. Also I ran into an issue of my model not training initially as airport_fee column had nulls in so I had to use the following: UPDATE `bqml_tutorial.taxi_tip_input` SET airport_fee = 0 WHERE airport_fee IS NULL

Geneva K. · Reviewed over 2 years ago

Cris S. · Reviewed over 2 years ago

Kanagalakshmi K. · 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.