Como usar o ajuste de hiperparâmetros do BigQuery ML para melhorar o desempenho do modelo avaliações
2622 avaliações
Guillermo R. · Revisado há over 2 years
Diyako S. · Revisado há over 2 years
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. · Revisado há over 2 years
ISAAC GUILLERMO . · Revisado há over 2 years
Kristiyan K. · Revisado há over 2 years
Sreekumar R. · Revisado há over 2 years
Janet C. · Revisado há over 2 years
At first, I got error on training beacuse of null airport_fee records. After exclusion of airport_fee, I succeeded in training.
Yuhei K. · Revisado há over 2 years
Nick G. · Revisado há over 2 years
Shubham J. · Revisado há over 2 years
Stuart R. · Revisado há over 2 years
Stuart R. · Revisado há over 2 years
Andrea C. · Revisado há over 2 years
Clément D. · Revisado há over 2 years
Smitha N. · Revisado há over 2 years
CLINTAN CYRIL A. · Revisado há over 2 years
Yevhen L. · Revisado há over 2 years
OK
Cynthia L. · Revisado há over 2 years
kamal b. · Revisado há over 2 years
kamal b. · Revisado há over 2 years
Halasi G. · Revisado há over 2 years
OLEKSANDR S. · Revisado há over 2 years
Golla C. · Revisado há over 2 years
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. · Revisado há over 2 years
Not working, Error: 'airport_fee' are all NULLs
Anoop J. · Revisado há over 2 years
Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.