Using the BigQuery ML Hyperparameter Tuning to Improve Model Performance Reviews

2622 reviews

Guillermo R. · Reviewed больше 2 лет ago

Diyako S. · Reviewed больше 2 лет 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 больше 2 лет ago

ISAAC GUILLERMO . · Reviewed больше 2 лет ago

Kristiyan K. · Reviewed больше 2 лет ago

Sreekumar R. · Reviewed больше 2 лет ago

Janet C. · Reviewed больше 2 лет 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 больше 2 лет ago

Nick G. · Reviewed больше 2 лет ago

Shubham J. · Reviewed больше 2 лет ago

Stuart R. · Reviewed больше 2 лет ago

Stuart R. · Reviewed больше 2 лет ago

Andrea C. · Reviewed больше 2 лет ago

Clément D. · Reviewed больше 2 лет ago

Smitha N. · Reviewed больше 2 лет ago

CLINTAN CYRIL A. · Reviewed больше 2 лет ago

Yevhen L. · Reviewed больше 2 лет ago

OK

Cynthia L. · Reviewed больше 2 лет ago

kamal b. · Reviewed больше 2 лет ago

kamal b. · Reviewed больше 2 лет ago

Halasi G. · Reviewed больше 2 лет ago

OLEKSANDR S. · Reviewed больше 2 лет ago

Golla C. · Reviewed больше 2 лет 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 больше 2 лет ago

Not working, Error: 'airport_fee' are all NULLs

Anoop J. · 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.