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.