Using the BigQuery ML Hyperparameter Tuning to Improve Model Performance Reviews
2622 reviews
Luis R. · Reviewed about 2 years ago
first training failed b/c of column airport_fee all null. Adjusted the create table query
Lian P. · Reviewed about 2 years ago
KRUPALI B. · Reviewed about 2 years ago
Boby D. · Reviewed about 2 years ago
Alex S. · Reviewed about 2 years ago
Marco M. · Reviewed about 2 years ago
Jens J. · Reviewed about 2 years ago
Paul J. · Reviewed about 2 years ago
charanya p. · Reviewed about 2 years ago
Dante V. · Reviewed about 2 years ago
Kirby S. · Reviewed about 2 years ago
good try
joon siong b. · Reviewed about 2 years ago
Jens J. · Reviewed about 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 about 2 years ago
John L. · Reviewed about 2 years ago
Annedys O. · Reviewed about 2 years ago
Pankaj S. · Reviewed about 2 years ago
Ryan C. · Reviewed about 2 years ago
Olivier C. · Reviewed about 2 years ago
Samar s. · Reviewed about 2 years ago
Adoni C. · Reviewed about 2 years ago
Francisco Javier B. · Reviewed about 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 about 2 years ago
Cris S. · Reviewed about 2 years ago
Kanagalakshmi K. · Reviewed about 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.