Using the BigQuery ML Hyperparameter Tuning to Improve Model Performance Reviews
2622 reviews
Luis R. · Reviewed מעל 2 שנים ago
first training failed b/c of column airport_fee all null. Adjusted the create table query
Lian P. · Reviewed מעל 2 שנים ago
KRUPALI B. · Reviewed מעל 2 שנים ago
Boby D. · Reviewed מעל 2 שנים ago
Alex S. · Reviewed מעל 2 שנים ago
Marco M. · Reviewed מעל 2 שנים ago
Jens J. · Reviewed מעל 2 שנים ago
Paul J. · Reviewed מעל 2 שנים ago
charanya p. · Reviewed מעל 2 שנים ago
Dante V. · Reviewed מעל 2 שנים ago
Kirby S. · Reviewed מעל 2 שנים ago
good try
joon siong b. · Reviewed מעל 2 שנים ago
Jens J. · Reviewed מעל 2 שנים 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 שנים ago
John L. · Reviewed מעל 2 שנים ago
Annedys O. · Reviewed מעל 2 שנים ago
Pankaj S. · Reviewed מעל 2 שנים ago
Ryan C. · Reviewed מעל 2 שנים ago
Olivier C. · Reviewed מעל 2 שנים ago
Samar s. · Reviewed מעל 2 שנים ago
Adoni C. · Reviewed מעל 2 שנים ago
Francisco Javier B. · Reviewed מעל 2 שנים 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 שנים ago
Cris S. · Reviewed מעל 2 שנים ago
Kanagalakshmi K. · Reviewed מעל 2 שנים ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.