关于“通过 BigQuery ML 创建机器学习模型:实验室挑战赛”的评价
正在加载…
未找到任何结果。

在 Google Cloud 控制台中运用您的技能

关于“通过 BigQuery ML 创建机器学习模型:实验室挑战赛”的评价

36080 条评价

Paulina A. · 已于 9 months前审核

Soumya M. · 已于 9 months前审核

David Israel P. · 已于 9 months前审核

Constantin S. · 已于 9 months前审核

Christian S. · 已于 9 months前审核

Manan S. · 已于 9 months前审核

Andrea C. · 已于 9 months前审核

Adrian A. · 已于 9 months前审核

PHANI G. · 已于 9 months前审核

Rohit 0. · 已于 9 months前审核

Andres Felipe P. · 已于 9 months前审核

cheikh b. · 已于 9 months前审核

Sagar J. · 已于 9 months前审核

Rathika R. · 已于 9 months前审核

Hemraj S. · 已于 9 months前审核

Soon Meng L. · 已于 9 months前审核

I do not understand what I am doing wrong in my query for the evaluation step. SELECT roc_auc FROM ML.EVALUATE( MODEL --`ecommerce.customer_classification_model` --`data-to-insights.ecommerce.classification_model` `qwiklabs-gcp-03-dd574b725332.ecommerce.customer_classification_model` , (( SELECT * EXCEPT(fullVisitorId) FROM # features (( SELECT fullVisitorId, IFNULL(totals.bounces, 0) AS bounces, IFNULL(totals.timeOnSite, 0) AS time_on_site FROM `data-to-insights.ecommerce.web_analytics` WHERE totals.newVisits = 1 AND date BETWEEN '20170430' AND '20170630') # train on first 9 months JOIN (SELECT fullvisitorid, IF(COUNTIF(totals.transactions > 0 AND totals.newVisits IS NULL) > 0, 1, 0) AS will_buy_on_return_visit FROM `data-to-insights.ecommerce.web_analytics` GROUP BY fullvisitorid) USING (fullVisitorId) ) )) )

Lorenzo V. · 已于 9 months前审核

Joseph H. · 已于 9 months前审核

meehir G. · 已于 9 months前审核

Anna D. · 已于 9 months前审核

Anna D. · 已于 9 months前审核

Dhin 0. · 已于 9 months前审核

Jeff B. · 已于 9 months前审核

vidya k. · 已于 9 months前审核

Abiodun T. · 已于 9 months前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。