Using the BigQuery ML Hyperparameter Tuning to Improve Model Performance Reviews

2622 reviews

Luis R. · Reviewed 2 yıldan fazla ago

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

Lian P. · Reviewed 2 yıldan fazla ago

KRUPALI B. · Reviewed 2 yıldan fazla ago

Boby D. · Reviewed 2 yıldan fazla ago

Alex S. · Reviewed 2 yıldan fazla ago

Marco M. · Reviewed 2 yıldan fazla ago

Jens J. · Reviewed 2 yıldan fazla ago

Paul J. · Reviewed 2 yıldan fazla ago

charanya p. · Reviewed 2 yıldan fazla ago

Dante V. · Reviewed 2 yıldan fazla ago

Kirby S. · Reviewed 2 yıldan fazla ago

good try

joon siong b. · Reviewed 2 yıldan fazla ago

Jens J. · Reviewed 2 yıldan fazla 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 2 yıldan fazla ago

John L. · Reviewed 2 yıldan fazla ago

Annedys O. · Reviewed 2 yıldan fazla ago

Pankaj S. · Reviewed 2 yıldan fazla ago

Ryan C. · Reviewed 2 yıldan fazla ago

Olivier C. · Reviewed 2 yıldan fazla ago

Samar s. · Reviewed 2 yıldan fazla ago

Adoni C. · Reviewed 2 yıldan fazla ago

Francisco Javier B. · Reviewed 2 yıldan fazla 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 2 yıldan fazla ago

Cris S. · Reviewed 2 yıldan fazla ago

Kanagalakshmi K. · Reviewed 2 yıldan fazla ago

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